mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-17 21:53:47 +00:00
SoundAsset Refactor
This commit is contained in:
parent
9f29bee45f
commit
da40838560
61 changed files with 1333 additions and 1828 deletions
|
|
@ -170,8 +170,8 @@ singleton GuiControlProfile( GuiMenuButtonProfile )
|
|||
justify = "center";
|
||||
canKeyFocus = false;
|
||||
hasBitmapArray = false;
|
||||
soundButtonDown = "UI:buttonClick";
|
||||
soundButtonOver = "UI:buttonHover";
|
||||
soundButtonDownAsset = "UI:buttonClick";
|
||||
soundButtonOverAsset = "UI:buttonHover";
|
||||
category = "BaseUI";
|
||||
fontColors[0] = "200 200 200 255";
|
||||
fontColors[2] = "108 108 108 255";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue