Add OverworldExit editor skeleton

This commit is contained in:
scawful
2024-01-14 13:33:49 -05:00
parent be7276d976
commit 08e7dbeca1
2 changed files with 118 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ class OverworldEditor : public Editor,
int current_tile16_ = 0;
int selected_tile_ = 0;
int game_state_ = 0;
int current_exit_ = 0;
char map_gfx_[3] = "";
char map_palette_[3] = "";
char spr_gfx_[3] = "";