Added new big overlay system.

This commit is contained in:
Justin Marshall
2020-07-24 15:00:19 -07:00
parent b72170fd11
commit 908f6c9c3e
34 changed files with 663 additions and 7 deletions
+1
View File
@@ -69,6 +69,7 @@ void SidebarEditor::draw_it(void) {
{
Debug_LockScroll = true;
if (ImGui::MenuItem("Add Game Object")) { mainmenu_selection = 4; }
if (ImGui::MenuItem("Add Big Overlay Object")) { mainmenu_selection = 9; }
ImGui::EndMenu();
}