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 has been 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().
Hi,
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 nowanchor()
,solid()
is replaced withbody({ isStatic: true })
, but no mention aboutlayers()
andlayer()
.Also I forked the updated working version from https://replit.com/@techwithanirudh/Mario-Updates?v=1, but it's also using the functions from the older version (
solid()
,origin()
,layers()
, etc ).Any idea?
I can help with updating the migration docs and the tutorials if you want. Just need some help to get started.
Thanks!
The text was updated successfully, but these errors were encountered: