Removed synthetic accessors / Sector sanity tests
This commit is contained in:
@@ -21,7 +21,7 @@ import mindustry.world.blocks.logic.*;
|
||||
|
||||
public class LCanvas extends Table{
|
||||
private static final Color backgroundCol = Pal.darkMetal.cpy().mul(0.1f), gridCol = Pal.darkMetal.cpy().mul(0.5f);
|
||||
private static Seq<Runnable> postDraw = new Seq<>();
|
||||
static Seq<Runnable> postDraw = new Seq<>();
|
||||
private Vec2 offset = new Vec2();
|
||||
|
||||
DragLayout statements;
|
||||
|
||||
@@ -7,7 +7,7 @@ public enum LCategory{
|
||||
blocks(Pal.accentBack),
|
||||
control(Color.cyan.cpy().shiftSaturation(-0.6f).mul(0.7f)),
|
||||
operations(Pal.place.cpy().shiftSaturation(-0.5f).mul(0.7f)),
|
||||
io(Pal.remove.cpy().shiftSaturation(-0.5f).mul(0.7f));;
|
||||
io(Pal.remove.cpy().shiftSaturation(-0.5f).mul(0.7f));
|
||||
|
||||
public final Color color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user