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