From 0c083fb0fbe19d744cab1f94d23c5ed8b16b23aa Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sun, 11 Feb 2024 21:37:45 -0800 Subject: [PATCH] remove unnecessary clip window workaround. also fixes a bug in the ending call --- vacation.p8 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vacation.p8 b/vacation.p8 index cf88e65..d35f750 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -725,8 +725,8 @@ end function zonk_mode:at(_, x, y) self.txt_frame=scootbox.new{ x=x, - from=y-5, - to=y-5-self.exmg, + from=y, + to=y-self.exmg, frames=self.exf, } end @@ -793,8 +793,8 @@ function zonk_mode:next_item() if line == "-----" then self.line = nil self.expect_cfg_line = true - self.cx = 0 - self.cy = 5 + self.cx,self.cy = 0,0 + self.cy = 0 return 0, nil end self.line = split(line, " ") @@ -1920,7 +1920,7 @@ THIS ALL YOUR LIFE.]], }}, }, {f=normal_awakener}, - {f=ggwp}, + {f=ggwp.new}, } end