quinton-ashley / p5play

JavaScript game engine that uses q5.js/p5.js for graphics and Box2D for physics.
https://p5play.org
GNU Affero General Public License v3.0
667 stars 184 forks source link

p5.SceneManager compatibility issue #252

Closed lounsen closed 1 year ago

lounsen commented 1 year ago

Sprite_sheet_Tilemap_Scene_demo.zip I been working on this little project since July, animations(and Sprites) suddenly went missing due to the update.

I dowloaded version 3.9 (use local script), it all back to normal.

quinton-ashley commented 1 year ago

thank you for reporting this, I will try and find the problem!

quinton-ashley commented 1 year ago

Fixed in v3.10.8! The animations were loading fine, the problem was a compatibility issue with the camera the scene manager. Let me know if you notice any other issues.