Merge branch 'Eknous-P/welcomescr'

This commit is contained in:
tildearrow 2024-10-10 02:21:57 -05:00
commit 39e049145a
4 changed files with 48 additions and 3 deletions

View file

@ -4705,6 +4705,7 @@ bool FurnaceGUI::loop() {
if (ImGui::MenuItem(_("debug menu"),BIND_FOR(GUI_ACTION_WINDOW_DEBUG))) debugOpen=!debugOpen;
if (ImGui::MenuItem(_("inspector"))) inspectorOpen=!inspectorOpen;
if (ImGui::MenuItem(_("panic"),BIND_FOR(GUI_ACTION_PANIC))) e->syncReset();
if (ImGui::MenuItem(_("welcome screen"))) tutorial.protoWelcome=false;
if (ImGui::MenuItem(_("about..."),BIND_FOR(GUI_ACTION_WINDOW_ABOUT))) {
aboutOpen=true;
aboutScroll=0;