- [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

@@ -30,7 +30,7 @@ end
function me.update()
local top = (160-me.w)//2
local left = (104-me.h)//2
view.clip(top, left, me.w, me.h)
surf.clip(top, left, me.w, me.h)
view.origin(top, left)
draw.rrectf(0,0,me.w, me.h,4,27)