Re-adds some bits from the old templates that were missed when doing the BaseGame template.

This commit is contained in:
Areloch 2017-03-26 17:53:01 -05:00
parent 9c7b5eec73
commit ea595143e8
25 changed files with 3278 additions and 381 deletions

View file

@ -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);