mirror of
https://github.com/LDDestroier/CC/
synced 2024-12-15 04:30:28 +00:00
Update tron
This commit is contained in:
parent
f78bb05634
commit
b0d0dce6ba
2
tron
2
tron
@ -540,7 +540,7 @@ end
|
|||||||
|
|
||||||
local titleScreen = function()
|
local titleScreen = function()
|
||||||
term.clear()
|
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, {
|
local choice = makeMenu(2, scr_y - 4, {
|
||||||
"Start Game",
|
"Start Game",
|
||||||
|
Loading…
Reference in New Issue
Block a user