[WIP] Lluita contra jefes. Casi implementat se serebro de la bestia

This commit is contained in:
2026-04-06 01:58:49 +02:00
parent aaf5c0fb47
commit 6ac7a811d9
7 changed files with 498 additions and 115 deletions

View File

@@ -298,7 +298,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,45,7,16)
draw.rectf(scr_x,scr_y,256,20,16)
draw.text(msg,scr_x+1,scr_y+1,2)
end