mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-19 05:32:51 +00:00
Update tron
This commit is contained in:
parent
fffd4095aa
commit
fa16c73f4e
2
tron
2
tron
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user