- minimap generation for debug

- gorro implemented
- objects implemented
This commit is contained in:
2022-10-27 18:51:56 +02:00
parent 75c38046d7
commit 1574809fe9
9 changed files with 115 additions and 51 deletions

View File

@@ -31,4 +31,8 @@ end
function score.draw()
setsource(score.surf)
sspr(0,0,32,96,96,0)
setsource(tiles)
if abad.objects.gorro~=nil then sspr(96,32,16,16,99,44) end
if abad.objects.peu~=nil then sspr(112,32,16,16,109,44) end
if abad.objects.gps~=nil then sspr(112,48,16,16,100,55) end
end