add SettingsEditor

This commit is contained in:
scawful
2024-07-20 10:14:46 -04:00
parent f2de827f91
commit 7951616019
6 changed files with 84 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ enum class EditorType {
kPalette,
kScreen,
kSprite,
kSettings,
};
constexpr std::array<const char*, 8> kEditorNames = {