This commit is contained in:
2025-06-11 15:42:06 +02:00
parent 39c31f0042
commit 78bccd6c6f
30 changed files with 67 additions and 21 deletions

View File

@@ -40,7 +40,8 @@ typedef enum ItemType {
typedef struct ItemOnBelt {
float offset;
int tileX, tileY;
MiniRect tile;
MiniRect prevTile;
ItemType type;
} ItemOnBelt;