rexrainbow / phaser3-rex-notes

Notes of phaser3 engine
MIT License
1.2k stars 260 forks source link

Flip with scale give weird results #304

Closed murlock closed 2 years ago

murlock commented 2 years ago

Hello,

I've added flip plugin on a small project and found that flip react strangely when Game Object has scale set.

with scale 0.3:

An example is available at https://codepen.io/murlock/pen/GRxzwdN based on your example

Regards, Michael

rexrainbow commented 2 years ago

Bug fixed. Please get latest version of minify file. NPM package will be upgraded at end of this month.

murlock commented 2 years ago

Thanks, the minify file has resolved my issue !