Misc ammo balancing
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user