diff options
| author | ilotterytea <iltsu@alright.party> | 2025-01-31 01:24:39 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-01-31 01:24:39 +0500 |
| commit | ea1c0a112de752ef9dea2d9bfabcbf5ea3254be7 (patch) | |
| tree | 9375f291a759009d6e8ee2d8ab5ea4b3fdce9bb5 /src/floor.h | |
| parent | a15f24294d5113fec767fb9007d906f534dc0485 (diff) | |
feat: tile rotation
Diffstat (limited to 'src/floor.h')
| -rw-r--r-- | src/floor.h | 1 |
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; |
