mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 12:25:30 +00:00
Merge branch 'Preview4_0' of https://github.com/TorqueGameEngines/Torque3D into alpha40/playgui_onwake_callback
This commit is contained in:
commit
863da35ca0
934 changed files with 77224 additions and 54048 deletions
|
|
@ -2,7 +2,7 @@
|
|||
ModuleId="gameUI"
|
||||
VersionId="1"
|
||||
Description="Basic Game GUI."
|
||||
ScriptFile="gameUI.cs"
|
||||
ScriptFile="gameUI.tscript"
|
||||
CreateFunction="create"
|
||||
DestroyFunction="destroy"
|
||||
Group="Game"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ function gameUI::initClient(%this)
|
|||
{
|
||||
//guis
|
||||
%this.queueExec("./GUIs/playGui.gui");
|
||||
%this.queueExec("./GUIs/playGui.cs");
|
||||
%this.queueExec("./GUIs/playGui." @ $TorqueScriptFileExtension);
|
||||
}
|
||||
|
||||
function gameUI::onCreateClientConnection(%this){}
|
||||
Loading…
Add table
Add a link
Reference in a new issue