replit/kaboom

The Kaboom 3000 migration guide in the beta release announcement is slightly misleading

DrRman25 opened this issue · 1 comments

The Kaboom 3000 migration guide says, "solid() comp becomes an option in body({ isSolid: true })," but this is incorrect. It has changed to body({ isStatic: true }), not body({ isSolid: true }). If you could please fix this, that would be great, since it confused me when I tried to migrate my game to Kaboom 3000, and I'm pretty sure some beginners, in the future, might be confused by that as well. Thanks in advance!

Screenshot 2023-02-27 205422

Fixed in 8d6ac55.