取消小游戏加载界面的倒计时音效
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m17s

This commit is contained in:
TJH 2026-05-15 16:05:02 +08:00
parent 9a08747464
commit 331664be2a
3 changed files with 0 additions and 19 deletions

View File

@ -77,11 +77,6 @@ export class FreeSpinEnterSpine extends Component {
this.freeSpinCount.node.active = true
this.startBtn.scale = new Vec3(0.1, 0.1, 0.1);
AudioManager.instance.playSFX('Change_Free_Button')
this.scheduleOnce(() => {
AudioManager.instance.playSFX('Change_Free_Countdown', 1, true)
}, 0.5)
tween(this.startBtn)
.set({ scale: new Vec3(0.1, 0.1, 0.1) })

View File

@ -1,14 +0,0 @@
{
"ver": "1.0.0",
"importer": "audio-clip",
"imported": true,
"uuid": "347b85ce-6aa2-41af-bf7a-4adcc26af61e",
"files": [
".json",
".mp3"
],
"subMetas": {},
"userData": {
"downloadMode": 0
}
}