Merge branch 'Eknous-P/welcomescr'
This commit is contained in:
commit
39e049145a
4 changed files with 48 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue