mirror of
https://github.com/LDDestroier/CC/
synced 2025-06-17 17:54:04 +00:00
Update tron.lua
This commit is contained in:
parent
cdff4ea28a
commit
e48bbf99a8
3
tron.lua
3
tron.lua
@ -934,6 +934,9 @@ local nameChange = function(scrollInfo)
|
|||||||
end
|
end
|
||||||
term.setCursorBlink(true)
|
term.setCursorBlink(true)
|
||||||
local rend = function()
|
local rend = function()
|
||||||
|
if table.concat(buff):upper() == "GASTER" then
|
||||||
|
os.reboot() -- lol
|
||||||
|
end
|
||||||
drawGrid(gsX, gsY, true)
|
drawGrid(gsX, gsY, true)
|
||||||
term.setTextColor(colors.white)
|
term.setTextColor(colors.white)
|
||||||
cwrite("Enter your name.", scr_y - 5)
|
cwrite("Enter your name.", scr_y - 5)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user