Hi everyone,
I use the Cross Engine on MZ with Fossil and I'm trying to change the move speed of the player but when I do, I get different speed depending of the direction, like normal increase speed to the right and down, and laggy slower speed to the up and left.
Seems to bug with decimals, if I put 5 as speed it works, but I need 4.1 (same I used on MV) and
I doesn't work (tried also 4.5 and more, same problem)
I use this command to change speed $gamePlayer.setMoveSpeed(4.1)
and on the MV version of my project with altimit it worked great but not on MZ.
Any idea how to fix this ? I tried move speed plugins also, like SpeedManager, but same issue as the code up there.