.
This commit is contained in:
+4
-5
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user