修改地图大小
This commit is contained in:
parent
5fe736b034
commit
18f3ff5096
@ -184,8 +184,8 @@ const int GUN_SLOT2 = 2;
|
||||
const int FRAG_SLOT = 3;
|
||||
const int SMOKE_SLOT = 4;
|
||||
|
||||
const int MAP_HEIGHT = 8192;
|
||||
const int MAP_WIDTH = 8192;
|
||||
const int MAP_HEIGHT = 1536;
|
||||
const int MAP_WIDTH = 1536;
|
||||
const int MAP_CELL_WIDTH = 64 * 8;
|
||||
const int MAP_GRID_WIDTH = 64;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user