取消小游戏加载界面的倒计时音效
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m17s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m17s
This commit is contained in:
parent
9a08747464
commit
331664be2a
@ -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) })
|
||||
|
||||
Binary file not shown.
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user