- 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

@@ -23,9 +23,17 @@ objects={
return object[obj]
end
end
end
end,
collected=function(obj)
for i,o in ipairs(objects.list) do
if o==obj then return true end
end
return false
end,
}
object={
diskito_usufondo={name="DISQUITO DE USUFONDO",x=0,y=0}
diskito_knunk={name="DISQUITO DE KNUNK",x=0,y=0},
diskito_usufondo={name="DISQUITO DE USUFONDO",x=16,y=0}
}