uranium-core/stdlib/eternalfile.lua
2022-09-20 09:33:44 +03:00

7 lines
117 B
Lua

return function()
function uranium.update()
if b >= 1 then
GAMESTATE:SetSongBeat(b % 1)
end
end
end