Update tron

This commit is contained in:
LDDestroier 2018-11-14 19:47:04 -05:00 committed by GitHub
parent a0e4ef8274
commit 50333e7580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
tron
View File

@ -540,7 +540,7 @@ end
local titleScreen = function()
term.clear()
drawImage(images.logo, 3,3)
drawImage(images.logo, scr_x / 2 - images.logo.x / 2, 3)
local choice = makeMenu(2, scr_y - 4, {
"Start Game",