From 83685b19e8f9a53aaa6368d6367fb4cfedb66186 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 10 Feb 2024 17:34:52 -0800 Subject: [PATCH] oh, right, wrong var --- vacation.p8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vacation.p8 b/vacation.p8 index 0aa3d6b..93d171e 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -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)