문제

My question is simple:

How can I reset or restart a world in Box2dWeb?

I need to do this when the player reloads the level he is playing.

도움이 되었습니까?

해결책

The easier way is to remove world, then create it again.

Another way is to store all initial parameters of a world and every body, and set it while restart is needed. Do not forget to remove bodies you created during play (a bullets for example), and create bodies, you removed (killed enemies, collected bonuses, etc.)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top