Hi,
Anyone is facing an issue where the animation speed of the sprite is slower when the game is resize bigger and faster when the game is resized smaller?
Anyway to solve this issue? I'm using this code to add my animation.
this.animations.add('idle', [0, 1, 2, 3, 4, 5, 6, 7,6,4,2], 35, true);
Thanks.