xobust / Project-Broban

ProjInda15 project
5 stars 2 forks source link

Add monster range and fix misc #47

Closed iRobsc closed 8 years ago

iRobsc commented 8 years ago

The characters should have two different kinds of range:

We should also make the origin of the player at the feet. This will make moving to the character more natural and it will make it easier when we create the collision later. At the moment the origin of the sprite is at the top left corner (which is set as standard).

When the player is outside the pull range; the monsters should return to their spawn position.

iRobsc commented 8 years ago

I thought that I would start with this right away since it builds on the movement code.

iRobsc commented 8 years ago

Done :v: