add zsprite to sprite editor

This commit is contained in:
scawful
2024-07-14 20:54:18 -04:00
parent a9f0673f0a
commit 9c2cf1d971
4 changed files with 78 additions and 43 deletions

View File

@@ -63,6 +63,7 @@ class MasterEditor : public SharedRom,
active_editors_.push_back(&dungeon_editor_);
active_editors_.push_back(&graphics_editor_);
active_editors_.push_back(&palette_editor_);
active_editors_.push_back(&sprite_editor_);
}
void SetupScreen(std::shared_ptr<SDL_Renderer> renderer,