allow hiding bg layers; hide it in tutorial
This commit is contained in:
parent
f751252950
commit
b13a5550ee
@ -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,
|
||||||
}},
|
}},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user