[nostalgia] Add PaletteEditor

This commit is contained in:
2022-04-02 16:38:38 -05:00
parent 99987ee423
commit 71e0f181ea
14 changed files with 251 additions and 334 deletions
@@ -58,9 +58,9 @@ class TileSheetEditorImGui: public studio::Editor {
~TileSheetEditorImGui() override = default;
ox::String itemName() const noexcept override;
const ox::String &itemName() const noexcept override;
ox::String itemDisplayName() const noexcept override;
const ox::String &itemDisplayName() const noexcept override;
void exportFile() override;