Change tilemap to dimension and simple generation

This commit is contained in:
2026-03-06 15:46:42 -03:00
parent 0f3f8de735
commit e5d2a3e7e2
20 changed files with 137 additions and 186 deletions
+3
View File
@@ -1,3 +1,6 @@
export const TEXTURE_SIZE = 16;
export const TILE_SIZE = 32;
export const SLOT_SIZE = 18 * 3;
export interface SpriteRegion {