google-code-export / badquest

Automatically exported from code.google.com/p/badquest
0 stars 0 forks source link

Equipment effects occur before movement #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Specifically, left-clicking as the player will cause the sword to swing and 
create a damage volume wherever the player is currently facing, before turning 
the player to face the click coordinates. 

To replicate, place damageable objects in front of and behind the player, then 
click behind the player. The player will turn and swing, but only the object in 
front of the player will take damage.

Fix within the player's update and input-handling methods.

Original issue reported on code.google.com by mikeg3...@gmail.com on 8 Jul 2013 at 1:56

GoogleCodeExporter commented 9 years ago
All better! Equipment will now be used after both the player and his modules 
have been updated.

Original comment by mikeg3...@gmail.com on 8 Jul 2013 at 2:09