【ID1009452】 增加森罗幻境老虎机音效

dev_chengFeng
gaoxin 2021-06-10 14:58:37 +08:00
parent 18950a2326
commit 0915c18368
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: 5efb53e7cf1e4c74896db60183d63d32
AudioImporter:
externalObjects: {}
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
ambisonic: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

View File

@ -107,6 +107,7 @@ SoundConfig = {
UI_Xingyunzhuanpan = "UI_Xingyunzhuanpan",--幸运转盘
UI_Xyy_jiaobu = "UI_Xyy_jiaobu",--逍遥游
UI_Xyy_jinbi = "UI_Xyy_jinbi",--逍遥游
UI_SLHJ_GAME_16 = "voice_ui_laohuji",--僧罗幻境老虎机游戏
BGM_STORY_1_1 = "bgm_story_1_1",--逍遥游
BGM_STORY_1_2 = "bgm_story_1_2",--逍遥游

View File

@ -18,6 +18,7 @@ function this.Show()
this.root:SetActive(true)
Util.AddOnceClick(this.startDrawBtn,function()
this.startDrawBtn:GetComponent("Button").interactable = false
SoundManager.PlaySound(SoundConfig.UI_SLHJ_GAME_16)
this.OnRefreshItemNumShow(this.gameId)
end)
end