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/editor.h | |
| parent | a15f24294d5113fec767fb9007d906f534dc0485 (diff) | |
feat: tile rotation
Diffstat (limited to 'src/editor.h')
| -rw-r--r-- | src/editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/editor.h b/src/editor.h index b0b0441..9b2cda5 100644 --- a/src/editor.h +++ b/src/editor.h @@ -20,6 +20,8 @@ typedef struct { int activeMainTab; int activeTileLayerId; + float tileRotation; + TilesetTile *activeTilesetTile; EditorCreateBlockState *createBlockState; Rectangle panelView; |
