Bugfixes / Balancing

This commit is contained in:
Anuken
2019-03-19 12:47:09 -04:00
parent cd752209ad
commit f36eed32b9
6 changed files with 53 additions and 18 deletions

View File

@@ -579,6 +579,8 @@ public class Player extends Unit implements BuilderTrait, ShooterTrait{
if(!ui.chatfrag.chatOpen()){
velocity.add(movement.x, movement.y);
}else{
isShooting = false;
}
float prex = x, prey = y;
updateVelocityStatus();