You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2024. It is now read-only.
Trying to learn Kaboom by following the Mario tutorial (https://docs.replit.com/tutorials/kaboom/build-mario-with-kaboom), but it seems that it was written for a version older that 3000. So I'm trying to make it run with version 3000 using the migration guide (https://kaboomjs.com/doc/migration-3000). I can see that origin() is now anchor(), solid() is replaced with body({ isStatic: true }), but no mention about layers() and layer().