This commit is contained in:
ZareMate 2022-06-01 23:50:03 +02:00
parent 17a9b9b452
commit dd30936579

View File

@ -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")