nkholski / phaser3-es6-webpack

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

Phaser.WEBGL is shaky, CANVAS is fine #12

Closed stahlmanDesign closed 6 years ago

stahlmanDesign commented 6 years ago

When using config.type: Phaser.WEBGL the background shakes. Using Phaser.CANVAS does not.

shaky-smooth

nkholski commented 6 years ago

Wierd. Do you get this in a local build or the hosted build (http://metroid.niklasberg.se/phaser3platformer/)?

stahlmanDesign commented 6 years ago

Only locally. I checked the hosted build in the latest versions of Chrome, FF and Safari and it doesn't shake. But when I npm run dev it shakes in all browsers locally.

nkholski commented 6 years ago

I'm thinking it's probably an issue with Phaser. Which version do you use?

stahlmanDesign commented 6 years ago

Looks like it is a problem with Phaser 3.1. In installed 3.2 and no more shake

nkholski commented 6 years ago

Ok! Thanks for bringing it up.