eternal file

This commit is contained in:
Jill 2022-09-19 23:56:53 +03:00
parent ed260e9d69
commit dcd55494a2
1 changed files with 7 additions and 0 deletions

7
stdlib/eternalfile.lua Normal file
View File

@ -0,0 +1,7 @@
return function()
function uranium.update()
if b > 1 then
GAMESTATE:SetSongBeat(b % 1)
end
end
end