mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 04:15:36 +00:00
Change GuiProfile to use Sound Asset
-Added SoundAssetInspector to bypass circular issue -Added SoundAsset to GuiTypes
This commit is contained in:
parent
ebbf0947b3
commit
5d85664b40
10 changed files with 91 additions and 106 deletions
|
|
@ -29,9 +29,6 @@ function UI::onDestroyGameServer(%this){}
|
|||
function UI::initClient(%this)
|
||||
{
|
||||
//Load UI stuff
|
||||
//we need to load this because some of the menu profiles use the sounds here
|
||||
//%this.queueExec("./datablocks/guiSounds");
|
||||
|
||||
//Profiles
|
||||
%this.queueExec("./scripts/profiles");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue