summaryrefslogtreecommitdiff
path: root/src/floor.h
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-01-31 01:24:39 +0500
committerilotterytea <iltsu@alright.party>2025-01-31 01:24:39 +0500
commitea1c0a112de752ef9dea2d9bfabcbf5ea3254be7 (patch)
tree9375f291a759009d6e8ee2d8ab5ea4b3fdce9bb5 /src/floor.h
parenta15f24294d5113fec767fb9007d906f534dc0485 (diff)
feat: tile rotation
Diffstat (limited to 'src/floor.h')
-rw-r--r--src/floor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/floor.h b/src/floor.h
index 4f112fa..ad3b2da 100644
--- a/src/floor.h
+++ b/src/floor.h
@@ -8,6 +8,7 @@
typedef struct {
int id;
Vector2 position;
+ float rotation;
TilesetTile *tilesetTile;
} Tile;