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

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