WIP map objective system

This commit is contained in:
Anuken
2022-04-11 23:59:38 -04:00
parent 5e65e250c3
commit a4ba1ed340
5 changed files with 55 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ public class LExecutor{
public static final int
maxGraphicsBuffer = 256,
maxDisplayBuffer = 1024,
maxTextBuffer = 256;
maxTextBuffer = 400;
public LInstruction[] instructions = {};
public Var[] vars = {};