2 lines
156 B
Text
2 lines
156 B
Text
sequence grid = repeat(repeat(1,100),100) --fill 100 by 100 grid with white (1)
|
|
sequence antData = {48, 53, 360} --x coordinate, y coordinate, facing angle
|