Logic tweaks
This commit is contained in:
@@ -1911,6 +1911,8 @@ public class Blocks implements ContentList{
|
||||
instructionsPerTick = 5;
|
||||
memory = 128;
|
||||
|
||||
range = 16 * 10;
|
||||
|
||||
size = 2;
|
||||
}};
|
||||
|
||||
|
||||
@@ -270,7 +270,7 @@ public class LExecutor{
|
||||
|
||||
Healthc targeted;
|
||||
|
||||
if(timer.get(20f)){
|
||||
if(timer.get(30f)){
|
||||
//if any of the targets involve enemies
|
||||
boolean enemies = target1 == RadarTarget.enemy || target2 == RadarTarget.enemy || target3 == RadarTarget.enemy;
|
||||
|
||||
|
||||
@@ -507,7 +507,7 @@ public class LStatements{
|
||||
table.button(b -> {
|
||||
b.label(() -> op.symbol);
|
||||
b.clicked(() -> showSelect(b, BinaryOp.all, op, o -> op = o));
|
||||
}, Styles.logict, () -> {}).size(50f, 40f).pad(4f).color(table.color);
|
||||
}, Styles.logict, () -> {}).size(60f, 40f).pad(4f).color(table.color);
|
||||
|
||||
field(table, b, str -> b = str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user