Canviada la font

This commit is contained in:
2026-03-22 18:41:27 +01:00
parent 42b97b1fd0
commit 650ca21167
6 changed files with 199 additions and 50 deletions

View File

@@ -30,7 +30,7 @@ function draw_logo (x, y)
local sh = arcade_config.org_resolucion.height
local dw = arcade_config.resolucion.width
local dh = arcade_config.resolucion.height
surf.target(textsf)
surf.target(x2logo)
view.origin(0,0)
surf.cls(0)
@@ -57,7 +57,7 @@ function draw_logo (x, y)
draw.surf(S_x,S_y,tw,th,24+tw*5-15,0,tw,th)
surf.source(textsf)
surf.source(x2logo)
surf.target(curr_surf_tgt)
view.origin(ox,oy)
draw.surf(0,0,sw,sh,x,y,dw,dh)