Update tron.lua

This commit is contained in:
LDDestroier 2019-01-12 23:00:25 -05:00 committed by GitHub
parent a960d8d1bb
commit a0b4e31bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
--]]
local port = 701
local kioskMode = true
local kioskMode = false
local debugShowKeys = false
local scr_x, scr_y = term.getSize()