-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with any version of Phaser >= 3.22.0 #13
Comments
It may help someone : I fixed the emit error with a small change in waterbody class.
|
I updated the code and it works on Phaser 3.70
|
Sorry @Abspirit, I didn't get notified of your issue :( I didn't realize anyone was using this! @likeavenus if you want to submit a PR I'd be happy to release a new version! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get an error when I try the demo version with any version of Phaser >= 3.22.0
phaser.min.js:1
Uncaught TypeError: i.gameObject.emit is not a function
at phaser.min.js:1:975347
at Array.map ()
at Object. (phaser.min.js:1:975280)
at n.trigger (phaser.min.js:1:264646)
at n.update (phaser.min.js:1:928623)
at initialize.update (phaser.min.js:1:938724)
at h.emit (phaser.min.js:1:8553)
at initialize.step (phaser.min.js:1:160055)
at initialize.update (phaser.min.js:1:379349)
at initialize.step (phaser.min.js:1:686533)
The text was updated successfully, but these errors were encountered: