add vanilla and custom sprite editor tabs
This commit is contained in:
@@ -50,6 +50,8 @@ class SpriteEditor : public SharedRom, public Editor {
|
||||
absl::Status Find() override { return absl::UnimplementedError("Find"); }
|
||||
|
||||
private:
|
||||
void DrawVanillaSpriteEditor();
|
||||
|
||||
/**
|
||||
* @brief Draws the sprites list.
|
||||
*/
|
||||
@@ -65,6 +67,10 @@ class SpriteEditor : public SharedRom, public Editor {
|
||||
*/
|
||||
void DrawCurrentSheets();
|
||||
|
||||
void DrawCustomSprites();
|
||||
|
||||
void DrawCustomSpritesMetadata();
|
||||
|
||||
/**
|
||||
* @brief Draws the animation frames manager.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user