From b0d0dce6ba60cded6217a72503a8d162d0f2030d Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Wed, 14 Nov 2018 19:48:31 -0500 Subject: [PATCH] Update tron --- tron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tron b/tron index b484cd3..8c918d3 100644 --- a/tron +++ b/tron @@ -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",