oh, right, wrong var
This commit is contained in:
parent
e69ae6f37e
commit
83685b19e8
@ -649,12 +649,13 @@ def_shd_fade = split"0,128,130,141,2"
|
|||||||
zonk_mode = {}
|
zonk_mode = {}
|
||||||
mknew(zonk_mode, function(self)
|
mknew(zonk_mode, function(self)
|
||||||
self.stripes=fuzzy_stripey.new{}
|
self.stripes=fuzzy_stripey.new{}
|
||||||
|
|
||||||
self.brth=breather.new{}
|
self.brth=breather.new{}
|
||||||
-- test renderer
|
-- test renderer
|
||||||
clear_alt_pal_bits()
|
clear_alt_pal_bits()
|
||||||
pal()
|
pal()
|
||||||
pal(self.p or def_z_pal, 1)
|
pal(self.p or def_z_pal, 1)
|
||||||
self.brth.go = true
|
self.brth.on = true
|
||||||
self.txtwnd = zonk_txt("tEXT tEST", 40, 60, nrm_txt_pal, 0x81, 32, 30)
|
self.txtwnd = zonk_txt("tEXT tEST", 40, 60, nrm_txt_pal, 0x81, 32, 30)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user