add initialization options to zonk_mode background
This commit is contained in:
parent
0476f22fc5
commit
9e746ce0d0
12
vacation.p8
12
vacation.p8
@ -723,8 +723,16 @@ zonk_mode = {
|
|||||||
cy=0,
|
cy=0,
|
||||||
}
|
}
|
||||||
mknew(zonk_mode, function(self)
|
mknew(zonk_mode, function(self)
|
||||||
self.stripes=fuzzy_stripey.new{}
|
self.stripes=fuzzy_stripey.new{
|
||||||
self.brth=breather.new{}
|
colors=self.bg_stripe_cols,
|
||||||
|
dy=self.bg_dy,
|
||||||
|
weight=self.bg_wgt,
|
||||||
|
}
|
||||||
|
self.brth=breather.new{
|
||||||
|
colors=self.br_cols,
|
||||||
|
sep=self.br_sep,
|
||||||
|
speed=self.br_spd,
|
||||||
|
}
|
||||||
end)
|
end)
|
||||||
|
|
||||||
function zonk_mode:set(_, field,value)
|
function zonk_mode:set(_, field,value)
|
||||||
|
Loading…
Reference in New Issue
Block a user