[FIX] Requreix mini 1.5.2

This commit is contained in:
2026-05-01 21:49:04 +02:00
parent 20646e9c64
commit f071c4b359
7 changed files with 19 additions and 10 deletions

View File

@@ -178,7 +178,7 @@ function mapa_create_minimap()
print(x..","..y.."="..tile)
end
if tile<64 then
surf.pixel(x+(h%10)*12,y+math.floor(h/10)*6,pix[1+tile])
draw.pixel(x+(h%10)*12,y+math.floor(h/10)*6,pix[1+tile])
end
end
end