1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-09-09 06:16:04 +00:00

Update tron

This commit is contained in:
LDDestroier
2018-11-16 15:53:11 -05:00
committed by GitHub
parent 0fd157f1bf
commit 0710a2fd8a

1
tron
View File

@@ -487,6 +487,7 @@ local render = function()
drawGrid(scrollX + scrollAdjX, scrollY + scrollAdjY)
termsetCursorPos(1,1)
termsetTextColor(player[you].color[1])
term.write("P" .. you)
tsv(true)
end