summaryrefslogtreecommitdiff
path: root/src/editor.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/editor.h
parenta15f24294d5113fec767fb9007d906f534dc0485 (diff)
feat: tile rotation
Diffstat (limited to 'src/editor.h')
-rw-r--r--src/editor.h2
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;