Less terrible logic UI / Unary operations

This commit is contained in:
Anuken
2020-08-08 20:36:45 -04:00
parent 2042dafb73
commit 4dc90d4074
10 changed files with 156 additions and 31 deletions

View File

@@ -58,7 +58,7 @@ public class LCanvas extends Table{
add(new SetStatement());
add(new JumpStatement());
add(new EnableStatement());
add(new OpStatement());
add(new BinaryOpStatement());
}
private void drawGrid(){