Editor and Gui improvements

This commit is contained in:
scawful
2023-11-30 02:12:34 -05:00
parent 446734321c
commit 53873614ae
9 changed files with 209 additions and 27 deletions

View File

@@ -57,6 +57,7 @@ class DungeonEditor : public Editor,
bool palette_showing_ = false;
bool refresh_graphics_ = false;
int current_object_ = 0;
uint64_t current_palette_id_ = 0;
uint64_t current_palette_group_id_ = 0;