Stephan Posted June 18, 2019 Share Posted June 18, 2019 Hi @enpu, I just encountered en fixed a small bug in the p2 pulgin. Since it is not open source, I cannot create a pull request so I decided to post it here instead: p2.js line 13876: context.rect( -shape.width / 2 * body.world.ratio, -shape.height / 2 * body.world.ratio, shape.width * body.world.ratio * game.scale, shape.height * body.world.ratio * game.scale ); should be: context.rect( -shape.width / 2 * body.world.ratio * game.scale, -shape.height / 2 * body.world.ratio * game.scale, shape.width * body.world.ratio * game.scale, shape.height * body.world.ratio * game.scale ); Hope this is helpful. Stephan Wolfsbane 1 Quote Link to comment Share on other sites More sharing options...
BillyKane Posted June 20, 2019 Share Posted June 20, 2019 @enpu please don't give up panda2? , the engine hasn't been updated almost 4 month. I am so sad ? enpu please come back to continue to work on it. panda users are waiting for you Panda has great Potential , I love it. haha Quote Link to comment Share on other sites More sharing options...
BillyKane Posted June 21, 2019 Share Posted June 21, 2019 Quote Link to comment Share on other sites More sharing options...
Wolfsbane Posted June 21, 2019 Share Posted June 21, 2019 Haha. ? Enpu's still around, and fixes things when problems are found, or add's new stuff. I think the communities just been a bit quiet. I've been pretty swamped to work work on any of my own stuff. khleug35 1 Quote Link to comment Share on other sites More sharing options...
BillyKane Posted June 24, 2019 Share Posted June 24, 2019 Awesome Quote Link to comment Share on other sites More sharing options...
BillyKane Posted June 28, 2019 Share Posted June 28, 2019 Quote Link to comment Share on other sites More sharing options...
enpu Posted July 1, 2019 Share Posted July 1, 2019 Yeah i'm still here! Just been a bit busy lately, but i am working on Panda 2! Wolfsbane, pstrejczek and khleug35 3 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.