1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-10-25 04:27:40 +00:00

Update tron.lua

This commit is contained in:
LDDestroier
2019-02-26 01:46:12 -05:00
committed by GitHub
parent cdff4ea28a
commit e48bbf99a8

View File

@@ -934,6 +934,9 @@ local nameChange = function(scrollInfo)
end
term.setCursorBlink(true)
local rend = function()
if table.concat(buff):upper() == "GASTER" then
os.reboot() -- lol
end
drawGrid(gsX, gsY, true)
term.setTextColor(colors.white)
cwrite("Enter your name.", scr_y - 5)