-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1302 from Azaezel/alpha41/guiAudioCtrlFixes
guiAudiocCtrl fixes
- Loading branch information
Showing
7 changed files
with
38 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
Templates/BaseGame/game/core/gui/sounds/buttonClick.asset.taml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<SoundAsset | ||
AssetName="buttonClick" | ||
sourceGroup="AudioChannelDefault" | ||
MaxDistance="100"> | ||
<SoundAsset.slots> | ||
<slots_beginarray | ||
SoundFile="@assetFile=buttonClick.wav" | ||
MaxDistance="100"/> | ||
</SoundAsset.slots> | ||
</SoundAsset> |
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
Templates/BaseGame/game/core/gui/sounds/buttonHover.asset.taml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<SoundAsset | ||
AssetName="buttonHover" | ||
sourceGroup="AudioChannelDefault" | ||
MaxDistance="100"> | ||
<SoundAsset.slots> | ||
<slots_beginarray | ||
SoundFile="@assetFile=buttonHover.wav" | ||
MaxDistance="100"/> | ||
</SoundAsset.slots> | ||
</SoundAsset> |
Binary file not shown.