another big refactor

This commit is contained in:
2022-12-19 21:06:23 +01:00
parent 3cb1811dcb
commit a6ed7818da
45 changed files with 85 additions and 95 deletions

View File

@@ -1,8 +1,9 @@
package lib.turtle;
import util.Pos;
import util.Pos3;
import lib.Pos;
import lib.Pos3;
import kernel.turtle.Turtle;
using tink.CoreApi;
class TurtleExecuter {

View File

@@ -10,7 +10,6 @@ import lua.NativeStringTools;
using tink.CoreApi;
/**
Save a set of turtle instructions to a string and execute them.
**/