[WIP] Treballant en el jefe.

This commit is contained in:
2026-04-10 20:41:00 +02:00
parent 87e2a134a8
commit 568b531d4b
2 changed files with 306 additions and 141 deletions

View File

@@ -346,3 +346,10 @@ function debug.write_tile(x, y, yplus, print_type, align )
end
draw.text(msg,scr_x+txt_offset+1,scr_y+1+yplus,2)
end
function empty_table(t)
for _ in pairs(t) do
return false
end
return true
end