- [NEW] Adaptat a l'última versió de mini (1.5.dev)

This commit is contained in:
2026-04-12 11:47:22 +02:00
parent 1a4041a231
commit 8a80bffe42
9 changed files with 20 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ function me.draw()
local sel = me.selected
view.origin(0,me.pos_y)
view.clip()
surf.clip()
local y = me.pos_y
draw.rrectf(1,0,8,8,1,21)
draw.rrectf(1,-1,8,8,1,6)

View File

@@ -30,7 +30,7 @@ function rooms.convert(src)
for rx=0,7 do
for ty=0,11 do
for tx=0,19 do
surf.pixel(rx*20+tx, ry*13+ty, surf.pixel(rx*20+tx, ry*12+ty))
draw.pixel(rx*20+tx, ry*13+ty, draw.pixel(rx*20+tx, ry*12+ty))
end
end
end

View File

@@ -51,7 +51,7 @@ function me.draw()
end
view.origin(0,0)
surf.target(0)
view.clip()
surf.clip()
draw_text()