- Moltes coses!

This commit is contained in:
2024-02-14 14:34:28 +01:00
parent d82a61bd4c
commit 00423dfd73
10 changed files with 211 additions and 43 deletions

View File

@@ -48,6 +48,7 @@ actors={
draw=function()
actors.under_cursor=""
for i,v in ipairs(actors.list) do
if v.o=='' then goto continue end
local frame=((v.dx+v.dy)%2)*16
local x,y = v.x, v.y
if v.ox then x = x + v.ox end
@@ -71,6 +72,7 @@ actors={
end
if not btn(KEY_LSHIFT) then subpal() end
::continue::
end
end,