This commit is contained in:
2025-04-30 19:01:44 +02:00
parent 451e80f750
commit 429627c095
10 changed files with 100 additions and 73 deletions

View File

@@ -36,7 +36,7 @@ typedef struct {
OrientDirection direction;
uint16_t type;
int frameOffset;
ItemOnBelt item;
ItemOnBelt items[2][2];
int x;
int y;
} Tile;