1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-09-01 10:28:01 +00:00

Update tron

This commit is contained in:
LDDestroier
2018-11-14 19:30:05 -05:00
committed by GitHub
parent fffd4095aa
commit fa16c73f4e

2
tron
View File

@@ -492,7 +492,7 @@ local startCountdown = function()
end end
end end
local cMessage = "You are " local cMessage = "You are "
for i = 3, 1 do for i = 3, 1, -1 do
render() render()
term.setCursorPos(math.floor(scr_x / 2 - (#cMessage + #cName) / 2), math.floor(scr_y / 2)) term.setCursorPos(math.floor(scr_x / 2 - (#cMessage + #cName) / 2), math.floor(scr_y / 2))
term.setTextColor(colors.white) term.setTextColor(colors.white)