arcade mode music!
This commit is contained in:
parent
1ea5057111
commit
5a1ce6fe91
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user