This commit is contained in:
2026-03-07 16:26:12 -03:00
parent 5218fab55a
commit 5ad4188567
12 changed files with 245 additions and 197 deletions
+3
View File
@@ -1,6 +1,9 @@
export const TEXTURE_SIZE = 16;
export const TILE_SIZE = 48;
export const TICKS_PER_SECOND = 20;
export const TICK_DELTA = 1 / TICKS_PER_SECOND;
export const SLOT_SIZE = 18 * 3;
export interface SpriteRegion {