From b05312de5f0152bcbfd8a1c578898be11fe2db64 Mon Sep 17 00:00:00 2001 From: TJH Date: Tue, 30 Dec 2025 14:09:05 +0800 Subject: [PATCH] 1 --- assets/Game/scripts/SlotGame.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/Game/scripts/SlotGame.ts b/assets/Game/scripts/SlotGame.ts index 5303ca4..743d9bd 100644 --- a/assets/Game/scripts/SlotGame.ts +++ b/assets/Game/scripts/SlotGame.ts @@ -105,7 +105,7 @@ export class SlotGame extends Component { this.grayNode = this.node.getChildByName('grayNode'); this.winLayer = this.node.getChildByName('winLayer'); this.readyHand = this.node.getChildByName('readyHand'); - this.scatterLayer = this.node.getChildByPath('scatterLayer/layer') + this.scatterLayer = this.node.getChildByPath('scatterLayer') this.winType = this.node.getChildByName('winType');