.
This commit is contained in:
parent
17a9b9b452
commit
dd30936579
@ -27,11 +27,6 @@ function LightSystem()
|
||||
end
|
||||
end
|
||||
|
||||
function LightsBack()
|
||||
inLightsMenu = false
|
||||
selectedItem = 1
|
||||
end
|
||||
|
||||
function LightOn()
|
||||
lightSystem("on", "white")
|
||||
end
|
||||
@ -47,6 +42,10 @@ end
|
||||
function AllOff()
|
||||
lightSystem("off", "both")
|
||||
end
|
||||
function LightsBack()
|
||||
inLightsMenu = false
|
||||
selectedItem = 1
|
||||
end
|
||||
|
||||
function Snake()
|
||||
shell.run("worm")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user