mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-08 08:20:27 +00:00
Update tron.lua
This commit is contained in:
parent
146a6e9f21
commit
9becb0fece
4
tron.lua
4
tron.lua
@ -1311,9 +1311,9 @@ local makeMenu = function(x, fromX, y, options, doAnimate, scrollInfo, _cpos)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
local gstID, evt = mathrandom(1,65535)
|
local gstID, evt
|
||||||
if doAnimate then
|
if doAnimate then
|
||||||
os.queueEvent("timer", gstID)
|
gstID = os.startTimer(0.05)
|
||||||
end
|
end
|
||||||
rend()
|
rend()
|
||||||
local tID = os.startTimer(0.05)
|
local tID = os.startTimer(0.05)
|
||||||
|
Loading…
Reference in New Issue
Block a user