Add ScreenEditor to main Editor

This commit is contained in:
Justin Scofield
2022-07-19 20:53:03 +00:00
parent 3f4d589c98
commit 86150f82bd
4 changed files with 22 additions and 3 deletions

View File

@@ -357,6 +357,12 @@ void Editor::DrawDungeonEditor() {
END_TAB_ITEM()
}
void Editor::DrawScreenEditor() {
TAB_ITEM("Screens")
screen_editor_.Update();
END_TAB_ITEM()
}
void Editor::DrawGraphicsEditor() {
TAB_ITEM("Graphics")
END_TAB_ITEM()