1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-04-10 12:26:38 +00:00

Lowered game speed

This commit is contained in:
LDDestroier 2018-11-15 00:50:18 -05:00 committed by GitHub
parent faac6ec5f2
commit cf5a4a5b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
tron
View File

@ -70,7 +70,7 @@ local scrollAdjX = 0
local scrollAdjY = 0
local lockInput = false
local gameDelayInit = 0.05
local gameDelayInit = 0.1 -- lower value = faster game. I'd reccommend 0.1 for SMP play.
local player
local resetPlayers = function()