mirror of
https://github.com/LDDestroier/CC/
synced 2025-10-29 22:43:00 +00:00
Lowered game speed
This commit is contained in:
2
tron
2
tron
@@ -70,7 +70,7 @@ local scrollAdjX = 0
|
|||||||
local scrollAdjY = 0
|
local scrollAdjY = 0
|
||||||
|
|
||||||
local lockInput = false
|
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 player
|
||||||
|
|
||||||
local resetPlayers = function()
|
local resetPlayers = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user