make eternalfile delete the notedata

This commit is contained in:
Jill 2022-10-16 23:48:16 +03:00
parent ede5d69c8c
commit 6d75cade25
1 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,13 @@
require('stdlib.players')
return function()
if P1 then
P1:SetNoteDataFromLua({})
end
if P2 then
P2:SetNoteDataFromLua({})
end
function uranium.update()
if b >= 1 then
GAMESTATE:SetSongBeat(b % 1)