move assembly_editor to code dir
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "app/core/platform/file_dialog.h"
|
||||
#include "app/editor/dungeon_editor.h"
|
||||
#include "app/editor/graphics_editor.h"
|
||||
#include "app/editor/modules/assembly_editor.h"
|
||||
#include "app/editor/code/assembly_editor.h"
|
||||
#include "app/editor/modules/music_editor.h"
|
||||
#include "app/editor/modules/palette_editor.h"
|
||||
#include "app/editor/overworld_editor.h"
|
||||
@@ -214,6 +214,11 @@ absl::Status MasterEditor::Update() {
|
||||
music_editor_.Update();
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
|
||||
// if (ImGui::TabItemButton("+", kDungeonTabFlags)) {
|
||||
|
||||
// }
|
||||
|
||||
END_TAB_BAR()
|
||||
|
||||
ImGui::End();
|
||||
|
||||
Reference in New Issue
Block a user