Update init.lua

This commit is contained in:
squiddible 2020-06-07 17:13:38 -04:00 committed by GitHub
parent 80342085d3
commit 59c5fff29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,9 @@ local update = function()
end
end
local gravity_timer = 0
local action_timer = 0
local function gravity_globaltimer(dtime)
gravity_timer = gravity_timer + dtime
action_timer = action_timer + dtime
if action_timer > 4 then