From ea1c0a112de752ef9dea2d9bfabcbf5ea3254be7 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 31 Jan 2025 01:24:39 +0500 Subject: feat: tile rotation --- src/editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/editor.h') 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; -- cgit v1.2.3