Misc ammo balancing

This commit is contained in:
Anuken
2021-08-07 17:37:55 -04:00
parent 71c4f27d60
commit 644d00b268
2 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ public class DesktopInput extends InputHandler{
/** Whether player is currently deleting removal requests. */
public boolean deleting = false, shouldShoot = false, panning = false;
/** Mouse pan speed. */
public float panScale = 0.005f, panSpeed = 4.5f, panBoostSpeed = 11f;
public float panScale = 0.005f, panSpeed = 4.5f, panBoostSpeed = 15f;
/** Delta time between consecutive clicks. */
public long selectMillis = 0;
/** Previously selected tile. */