mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-25 22:35:37 +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";
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
<SoundAsset
|
||||
AssetName="buttonClick"
|
||||
soundFile="@assetFile=buttonClick.wav"
|
||||
PitchAdjust="1"
|
||||
VolumeAdjust="1"
|
||||
is3D="false"
|
||||
minDistance="1"
|
||||
maxDistance="100"
|
||||
sourceGroup="AudioChannelGui"
|
||||
/>
|
||||
<SoundAsset
|
||||
AssetName="buttonClick"
|
||||
originalFilePath="data/UI/sounds/buttonClick.wav">
|
||||
<SoundAsset.slots>
|
||||
<slots_beginarray
|
||||
SoundFile="@assetFile=@buttonClick.wav"/>
|
||||
</SoundAsset.slots>
|
||||
</SoundAsset>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
<SoundAsset
|
||||
AssetName="buttonHover"
|
||||
soundFile="@assetFile=buttonHover.wav"
|
||||
PitchAdjust="1"
|
||||
VolumeAdjust="1"
|
||||
is3D="false"
|
||||
minDistance="1"
|
||||
maxDistance="100"
|
||||
sourceGroup="AudioChannelGui"
|
||||
/>
|
||||
<SoundAsset
|
||||
AssetName="buttonHover"
|
||||
sourceGroup="AudioChannelGui"
|
||||
originalFilePath="data/UI/sounds/buttonHover.wav">
|
||||
<SoundAsset.slots>
|
||||
<slots_beginarray
|
||||
SoundFile="@assetFile=@buttonHover.wav"/>
|
||||
</SoundAsset.slots>
|
||||
</SoundAsset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue