mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 15:02:03 -08:00
Bugfixes
This commit is contained in:
parent
135c780f35
commit
49e4aaa49b
3 changed files with 3 additions and 3 deletions
|
|
@ -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 = 9f;
|
||||
public float panScale = 0.005f, panSpeed = 4.5f, panBoostSpeed = 11f;
|
||||
|
||||
@Override
|
||||
public void buildUI(Group group){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue