1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-12-14 20:20:29 +00:00

Update tron

This commit is contained in:
LDDestroier 2018-11-14 19:48:31 -05:00 committed by GitHub
parent f78bb05634
commit b0d0dce6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
tron
View File

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