Closed tickle-monster closed 1 month ago
Line 23 of https://github.com/rexrainbow/phaser3-rex-notes/blob/master/plugins/gameobjects/container/containerlite/mask/ChildrenMaskMethods.js has:
this.onMaskGameObjectVisible = GetValue(config, 'onVisivle');
Should read:
this.onMaskGameObjectVisible = GetValue(config, 'onVisible');
My first submitted issue! I am sure I stuffed up the formatting, please forgive me.
Fixed that typo at latest commit.
Line 23 of https://github.com/rexrainbow/phaser3-rex-notes/blob/master/plugins/gameobjects/container/containerlite/mask/ChildrenMaskMethods.js has:
this.onMaskGameObjectVisible = GetValue(config, 'onVisivle');
Should read:
this.onMaskGameObjectVisible = GetValue(config, 'onVisible');