1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-10-27 13:37:39 +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

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()