DungeonEditor upgrades and other QoL

This commit is contained in:
Justin Scofield
2023-11-22 16:08:18 -05:00
parent 97bbae3de0
commit 5f3ca25c80
8 changed files with 172 additions and 35 deletions

View File

@@ -98,9 +98,6 @@ absl::Status PaletteEditor::DrawPaletteGroup(int category) {
const auto size =
rom()->GetPaletteGroup(kPaletteGroupNames[category].data()).size();
auto palettes = rom()->GetPaletteGroup(kPaletteGroupNames[category].data());
// if (static bool init = false; !init) {
// InitializeSavedPalette(palettes[0]);
// }
static bool edit_color = false;
for (int j = 0; j < size; j++) {
ImGui::Text("%d", j);