forked from JailDoctor/cacaus
Canviada la font
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user