onGameMounted method
Implementation
@override
void onGameMounted() {
if (this is MovementByJoystick) {
(this as MovementByJoystick).setupMovementByJoystick(
startOnIdle: false,
diagonalEnabled: false,
);
}
super.onGameMounted();
}