mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 05:45:40 +00:00
Re-adds some bits from the old templates that were missed when doing the BaseGame template.
This commit is contained in:
parent
9c7b5eec73
commit
ea595143e8
25 changed files with 3278 additions and 381 deletions
|
|
@ -39,6 +39,8 @@ function UI::create( %this )
|
|||
|
||||
exec("./scripts/guis/profiler.gui");
|
||||
exec("./scripts/guis/netGraphGui.gui");
|
||||
exec("./scripts/guis/FilDialog.gui");
|
||||
exec("./scripts/guis/guiMusicPlayer.gui");
|
||||
|
||||
//Load gui companion scripts
|
||||
exec("./scripts/chooseLevelDlg.cs");
|
||||
|
|
@ -51,6 +53,12 @@ function UI::create( %this )
|
|||
exec("./scripts/joinServerMenu.cs");
|
||||
exec("./scripts/pauseMenu.cs");
|
||||
exec("./scripts/messageBoxes.cs");
|
||||
exec("./scripts/help.cs");
|
||||
exec("./scripts/cursors.cs");
|
||||
exec("./scripts/profiler.cs");
|
||||
exec("./scripts/FileDialog.cs");
|
||||
exec("./scripts/GuiTreeViewCtrl.cs");
|
||||
exec("./scripts/guiMusicPlayer.cs");
|
||||
|
||||
%dbList = new ArrayObject(LevelFilesList);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue