Move player to Right
@override bool moveRight(double speed, {bool notifyOnMove = true}) { _walk(); return super.moveRight(speed, notifyOnMove: notifyOnMove); }