修改地图大小

This commit is contained in:
aozhiwei 2019-07-03 18:23:10 +08:00
parent 5fe736b034
commit 18f3ff5096

View File

@ -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;