From 5a1ce6fe91022b930710b489a18ff6ed7b4df37a Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Wed, 28 Feb 2024 21:54:12 -0800 Subject: [PATCH] arcade mode music! --- vacation.p8 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vacation.p8 b/vacation.p8 index aca1d17..cd58055 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -1481,7 +1481,7 @@ mknew(arcade_level, function(x) end) function arcade_level:av() - -- TODO: fade in level music + music(0,1000,7) font_compact() end @@ -1498,6 +1498,10 @@ function arcade_level:u() self.phin.exiting = true end if self.phin.x > 90 then + if not self.mstp then + self.mstp = true + music(-1,800) + end if (self.d:u()) seq:next() end self.v:u()