Compare commits
No commits in common. "7a2b0f022b1707230b86c10fa8cd2ef679ba8a1d" and "0c083fb0fbe19d744cab1f94d23c5ed8b16b23aa" have entirely different histories.
7a2b0f022b
...
0c083fb0fb
@ -184,7 +184,7 @@ function view:update()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function view:draw()
|
function view:draw()
|
||||||
local oldcam = $0x5f28
|
local oldcam, oldclip = $0x5f28, $0x5f20
|
||||||
poke2(0x5f28, %0x5f28-self.x)
|
poke2(0x5f28, %0x5f28-self.x)
|
||||||
poke2(0x5f2a, %0x5f2a-self.y)
|
poke2(0x5f2a, %0x5f2a-self.y)
|
||||||
outer_or_each_opt(self.views, "draw")
|
outer_or_each_opt(self.views, "draw")
|
||||||
@ -719,6 +719,9 @@ function zonk_mode:set(_, field,value)
|
|||||||
pukeboard{field=field, value=value}
|
pukeboard{field=field, value=value}
|
||||||
self[field]=value
|
self[field]=value
|
||||||
end
|
end
|
||||||
|
function zonk_mode:g(_, fn, ...)
|
||||||
|
return _ENV[fn](...)
|
||||||
|
end
|
||||||
function zonk_mode:at(_, x, y)
|
function zonk_mode:at(_, x, y)
|
||||||
self.txt_frame=scootbox.new{
|
self.txt_frame=scootbox.new{
|
||||||
x=x,
|
x=x,
|
||||||
@ -1752,7 +1755,7 @@ end
|
|||||||
ggwp = {
|
ggwp = {
|
||||||
frem = 60
|
frem = 60
|
||||||
}
|
}
|
||||||
mknew(ggwp)
|
mknew(ggwp, function(self) end)
|
||||||
|
|
||||||
function ggwp:activate()
|
function ggwp:activate()
|
||||||
font_monogram()
|
font_monogram()
|
||||||
|
Loading…
Reference in New Issue
Block a user