Editor area fix
This commit is contained in:
@@ -155,7 +155,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 = 60f;
|
||||
public float placeOverlapRange = 50f;
|
||||
/** Max of timers used. */
|
||||
public int timers = 0;
|
||||
/** Cache layer. Only used for 'cached' rendering. */
|
||||
|
||||
Reference in New Issue
Block a user