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