mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-05 23:20:27 +07:00
Better initial bridge arrows
This commit is contained in:
parent
aa80f06f7b
commit
294ab0a81b
@ -178,7 +178,7 @@ public class ItemBridge extends Block{
|
||||
public int link = -1;
|
||||
public IntSeq incoming = new IntSeq(false, 4);
|
||||
public float warmup;
|
||||
public float time = 10f, timeSpeed;
|
||||
public float time = -8f, timeSpeed;
|
||||
public boolean wasMoved, moved;
|
||||
public float transportCounter;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user