This commit is contained in:
Anuken
2020-08-15 18:54:57 -04:00
parent 0cc5945331
commit 2526224820
8 changed files with 24 additions and 203 deletions
+1 -1
View File
@@ -895,7 +895,7 @@ public class MobileInput extends InputHandler implements GestureListener{
player.mouseX = intercept.x;
player.mouseY = intercept.y;
player.shooting = true;
player.shooting = !boosted;
unit.aim(player.mouseX, player.mouseY);
}