gb18030 -> utf8
This commit is contained in:
parent
c19c034b31
commit
1e6af4a59e
@ -12,8 +12,8 @@
|
||||
using namespace hgl;
|
||||
using namespace hgl::bitmap;
|
||||
|
||||
uint POSITION_SCALE_RATE=100; //位置缩放比例,unreal中单位为cm
|
||||
uint64 BATTLE_FIELD_ID=0; //战场ID
|
||||
uint POSITION_SCALE_RATE=100; //位置缩放比例,unreal中单位为cm
|
||||
uint64 BATTLE_FIELD_ID=0; //战场ID
|
||||
|
||||
constexpr const uint CHAR_WIDTH=8;
|
||||
constexpr const uint CHAR_HEIGHT=16;
|
||||
@ -27,7 +27,7 @@ DrawGeometryRGB8 *draw_bmp=nullptr;
|
||||
|
||||
using TraceList=List<Vector2i>;
|
||||
|
||||
ObjectMap<uint,TraceList> PlayerTrace; //玩家轨迹
|
||||
ObjectMap<uint,TraceList> PlayerTrace; //玩家轨迹
|
||||
|
||||
Vector3u8 *PlayerColor=nullptr;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user