add robot prototype
This commit is contained in:
12
bricks/special/robot-init.lua
Normal file
12
bricks/special/robot-init.lua
Normal 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
|
||||
Reference in New Issue
Block a user