uranium-core/stdlib/eternalfile.lua

7 lines
117 B
Lua
Raw Normal View History

2022-09-19 22:56:53 +02:00
return function()
function uranium.update()
2022-09-20 08:33:44 +02:00
if b >= 1 then
2022-09-19 22:56:53 +02:00
GAMESTATE:SetSongBeat(b % 1)
end
end
end