terrain update. broken but ok
This commit is contained in:
parent
3f2be96395
commit
1be3d86da0
7 changed files with 2208 additions and 254 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export const MAP_W = 172;
|
||||
export const MAP_H = 122;
|
||||
export const CELL_SIZE = 6;
|
||||
export const MAP_W = 258;
|
||||
export const MAP_H = 183;
|
||||
export const CELL_SIZE = 4;
|
||||
|
||||
export const SIZE = MAP_W * MAP_H;
|
||||
export const INF = 1e9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue