add robot prototype

This commit is contained in:
Redo
2022-10-28 15:25:25 -06:00
parent 718c9ba725
commit d768193275
5 changed files with 221 additions and 128 deletions

View File

@@ -0,0 +1,12 @@
return function(gate)
gate.brickcolor = 0
gate.brickcolorfx = 0
gate.brickshapefx = 0
gate.brickray = 0
gate.brickcol = 0
gate.brickren = 0
gate.waiting = true
gate.robotpos = {0, 0, 0}
gate.robotdir = 0
end