- Moltes coses!
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user