arcade mode music!

This commit is contained in:
Kistaro Windrider 2024-02-28 21:54:12 -08:00
parent 1ea5057111
commit 5a1ce6fe91
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -1481,7 +1481,7 @@ mknew(arcade_level, function(x)
end) end)
function arcade_level:av() function arcade_level:av()
-- TODO: fade in level music music(0,1000,7)
font_compact() font_compact()
end end
@ -1498,6 +1498,10 @@ function arcade_level:u()
self.phin.exiting = true self.phin.exiting = true
end end
if self.phin.x > 90 then if self.phin.x > 90 then
if not self.mstp then
self.mstp = true
music(-1,800)
end
if (self.d:u()) seq:next() if (self.d:u()) seq:next()
end end
self.v:u() self.v:u()