oh, right, wrong var

This commit is contained in:
Kistaro Windrider 2024-02-10 17:34:52 -08:00
parent e69ae6f37e
commit 83685b19e8
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -649,12 +649,13 @@ def_shd_fade = split"0,128,130,141,2"
zonk_mode = {}
mknew(zonk_mode, function(self)
self.stripes=fuzzy_stripey.new{}
self.brth=breather.new{}
-- test renderer
clear_alt_pal_bits()
pal()
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)
end)