Tech tree tweaks

This commit is contained in:
Anuken
2022-02-13 21:43:45 -05:00
parent 3ebdb5309e
commit 6c30f58507
5 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ public class Block extends UnlockableContent implements Senseable{
/** Clipping size of this block. Should be as large as the block will draw. */
public float clipSize = -1f;
/** When placeRangeCheck is enabled, this is the range checked for enemy blocks. */
public float placeOverlapRange = 30f;
public float placeOverlapRange = 60f;
/** Max of timers used. */
public int timers = 0;
/** Cache layer. Only used for 'cached' rendering. */
@@ -16,7 +16,7 @@ import static mindustry.Vars.*;
public class BaseTurret extends Block{
public float range = 80f;
public float placeOverlapMargin = 8 * 6f;
public float placeOverlapMargin = 8 * 7f;
public float rotateSpeed = 5;
public float coolantUsage = 0.2f;