[WIP] Treballant en el jefe. Preparant l'achuda

This commit is contained in:
2026-04-23 21:33:39 +02:00
parent ea19c43865
commit 311e5ff6f8
4 changed files with 46 additions and 4 deletions

View File

@@ -344,7 +344,7 @@ function msg_print(x, y, msg, direct_print )
else
scr_x, scr_y = viewp:screen_coords(x, y)
end
draw.rectf(scr_x,scr_y,256,20,16)
draw.rectf(scr_x,scr_y,64,8,16)
draw.text(msg,scr_x+1,scr_y+1,2)
end