1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-01-19 05:32:51 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
tron
View File

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