From b13a5550ee3055870d99c3ac1c5818a0818afbad Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sun, 11 Feb 2024 16:46:14 -0800 Subject: [PATCH] allow hiding bg layers; hide it in tutorial --- vacation.p8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vacation.p8 b/vacation.p8 index cd1be1e..46f10e7 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -907,8 +907,8 @@ end function zonk_mode:draw() cls(0) pal(self.p, 1) - self.stripes:draw() - self.brth:draw() + if (not self.hide_stripes) self.stripes:draw() + if (not self.hide_breath) self.brth:draw() if self.fpfrm then local ffrac = self.fpfrm/self.exf fadetbl(12, self.fd12, ffrac) @@ -1674,6 +1674,7 @@ BE A TUTORIAL HERE.]], txd=0, txf=1, cmul=0.25, + hide_stripes=true, }}, }, {