mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/src/lexer.rs')
| -rw-r--r-- | lemu/src/lexer.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lemu/src/lexer.rs b/lemu/src/lexer.rs index 01a75b4..bee3d67 100644 --- a/lemu/src/lexer.rs +++ b/lemu/src/lexer.rs @@ -47,6 +47,7 @@ instrs! { "set" => Set, "op" => Op, "end" => End, + "packcolor" => PackColor, "drawflush" => DrawFlush, "draw" => Draw, "print" => Print, |