Ver código fonte

parseArgs() followup
links functionality up for the -guieditor and -worldeditor cli/shortcut options

AzaezelX 2 anos atrás
pai
commit
208e375336

+ 4 - 1
Templates/BaseGame/game/data/UI/guis/startupGui.tscript

@@ -155,5 +155,8 @@ function StartupGui::onDone(%this)
          // We do have a bitmap so cycle to it
          %this.next();
       }
-   }
+   }   
+   
+   if ($startGUIEditor) fastLoadGUIEdit(1);
+   if ($startWorldEditor) fastLoadWorldEdit(1);
 }