nkholski / phaser3-es6-webpack

Generic platformer and Phaser 3 bootstrap project
http://metroid.niklasberg.se/phaser3platformer/
701 stars 142 forks source link

Mario going downwards when colliding and running to something in from of him #30

Open LifeEternal opened 5 years ago

LifeEternal commented 5 years ago

But in the live demo it does not happen. Only thing i did was npm install and run dev.

nkholski commented 5 years ago

I noticed. Arcade physics has changed a lot since this was build but I lack time to update / refactor right now.

daHaimi commented 5 years ago

Workaround: I tried downgrading to phaser@3.9.0 -> Works again like a charm.

There must have been some bug or breaking change in ArcadePhysics as @nkholski already proposed.

daHaimi commented 5 years ago

It also works with 3.17.0 but then, the map has to be adopted (new Tiled format and new body sizes)