mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +00:00
SoundAsset Refactor
This commit is contained in:
parent
9f29bee45f
commit
da40838560
61 changed files with 1333 additions and 1828 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue