Hello, i have bug with rotation and angle tween,
I have no idea why tween rotation bug when radians is between -1.5 and 3.6 ?
Game.tweens.add({ targets: target, x: x, y: y, rotation: rotation, ease: ‘Power2’, duration: 60 });
Any idea team ?
Up please