terrain update. broken but ok

This commit is contained in:
33333-33333 2026-05-22 19:28:39 +09:00
commit 1be3d86da0
7 changed files with 2208 additions and 254 deletions

View file

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