remove unnecessary clip window workaround.
also fixes a bug in the ending call
This commit is contained in:
parent
0bf07e1558
commit
0c083fb0fb
10
vacation.p8
10
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user