allow hiding bg layers; hide it in tutorial

This commit is contained in:
Kistaro Windrider 2024-02-11 16:46:14 -08:00
parent f751252950
commit b13a5550ee
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -907,8 +907,8 @@ end
function zonk_mode:draw() function zonk_mode:draw()
cls(0) cls(0)
pal(self.p, 1) pal(self.p, 1)
self.stripes:draw() if (not self.hide_stripes) self.stripes:draw()
self.brth:draw() if (not self.hide_breath) self.brth:draw()
if self.fpfrm then if self.fpfrm then
local ffrac = self.fpfrm/self.exf local ffrac = self.fpfrm/self.exf
fadetbl(12, self.fd12, ffrac) fadetbl(12, self.fd12, ffrac)
@ -1674,6 +1674,7 @@ BE A TUTORIAL HERE.]],
txd=0, txd=0,
txf=1, txf=1,
cmul=0.25, cmul=0.25,
hide_stripes=true,
}}, }},
}, },
{ {