This commit is contained in:
TJH 2025-12-30 14:09:05 +08:00
parent 3ab56dca39
commit b05312de5f

View File

@ -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');