Compare commits

...

2 Commits

Author SHA1 Message Date
7a2b0f022b
I am not likely to use global functions from the parser 2024-02-11 23:08:45 -08:00
9a5a1fba3c
remove unused locals
the "harder" params to the splash draw functions will be used to pick sfx
2024-02-11 21:46:46 -08:00

View File

@ -184,7 +184,7 @@ function view:update()
end
function view:draw()
local oldcam, oldclip = $0x5f28, $0x5f20
local oldcam = $0x5f28
poke2(0x5f28, %0x5f28-self.x)
poke2(0x5f2a, %0x5f2a-self.y)
outer_or_each_opt(self.views, "draw")
@ -719,9 +719,6 @@ function zonk_mode:set(_, field,value)
pukeboard{field=field, value=value}
self[field]=value
end
function zonk_mode:g(_, fn, ...)
return _ENV[fn](...)
end
function zonk_mode:at(_, x, y)
self.txt_frame=scootbox.new{
x=x,
@ -1755,7 +1752,7 @@ end
ggwp = {
frem = 60
}
mknew(ggwp, function(self) end)
mknew(ggwp)
function ggwp:activate()
font_monogram()