entities.systems.player
entities.systems.player.controls(it,fast)
Handle player style movement, so we can reuse this code for player style monsters. it is a player or monster, fast lets us tweak the speed and defaults to 1
movement controls are set in it
it.move which is "left" or "right" to move left or right it.jump which is true if we should jump