Skip to content

Commit

Permalink
Better initial bridge arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Aug 4, 2021
1 parent aa80f06 commit 294ab0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public class ItemBridgeBuild extends Building{
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;

Expand Down

0 comments on commit 294ab0a

Please sign in to comment.