add mosaic editor user interface

This commit is contained in:
Justin Scofield
2022-08-07 00:28:03 -04:00
parent d27039cb1f
commit ef61d31c18
3 changed files with 60 additions and 7 deletions

View File

@@ -102,6 +102,7 @@ void MasterEditor::DrawFileDialog() {
std::string filePathName = ImGuiFileDialog::Instance()->GetFilePathName();
status_ = rom_.LoadFromFile(filePathName);
overworld_editor_.SetupROM(rom_);
screen_editor_.SetupROM(rom_);
}
ImGuiFileDialog::Instance()->Close();
}