1
This commit is contained in:
parent
3ab56dca39
commit
b05312de5f
@ -105,7 +105,7 @@ export class SlotGame extends Component {
|
|||||||
this.grayNode = this.node.getChildByName('grayNode');
|
this.grayNode = this.node.getChildByName('grayNode');
|
||||||
this.winLayer = this.node.getChildByName('winLayer');
|
this.winLayer = this.node.getChildByName('winLayer');
|
||||||
this.readyHand = this.node.getChildByName('readyHand');
|
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');
|
this.winType = this.node.getChildByName('winType');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user