mirror of
https://github.com/LDDestroier/CC/
synced 2024-10-31 23:26:19 +00:00
Fixed title screen grid draw delay to 0.05
This commit is contained in:
parent
0839638347
commit
a29b4542e6
2
tron.lua
2
tron.lua
@ -1346,7 +1346,7 @@ local makeMenu = function(x, fromX, y, options, doAnimate, scrollInfo, _cpos)
|
||||
end
|
||||
elseif evt[1] == "timer" then
|
||||
if evt[2] == gstID then
|
||||
gstID = os.startTimer(gameDelayInit)
|
||||
gstID = os.startTimer(0.05)
|
||||
drawGrid(gsX, gsY, true)
|
||||
step = step + 1
|
||||
if mathceil(step / 100) % 2 == 1 then
|
||||
|
Loading…
Reference in New Issue
Block a user