add gfx editor and pal editor as default tabs

This commit is contained in:
scawful
2024-07-14 14:31:10 -04:00
parent 6a743dabd0
commit b77dcc9c86

View File

@@ -61,6 +61,8 @@ class MasterEditor : public SharedRom,
current_editor_ = &overworld_editor_;
active_editors_.push_back(&overworld_editor_);
active_editors_.push_back(&dungeon_editor_);
active_editors_.push_back(&graphics_editor_);
active_editors_.push_back(&palette_editor_);
}
void SetupScreen(std::shared_ptr<SDL_Renderer> renderer,