rexrainbow / phaser3-rex-notes

Notes of phaser3 engine
MIT License
1.22k stars 263 forks source link

Typo in ChildrenMaskMethods.js #483

Closed tickle-monster closed 1 month ago

tickle-monster commented 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');

tickle-monster commented 1 month ago

My first submitted issue! I am sure I stuffed up the formatting, please forgive me.

rexrainbow commented 1 month ago

Fixed that typo at latest commit.