GUI2/Main Menu: used linear scaling for background (resolves #7741)

This commit is contained in:
Charles Dang 2023-08-04 15:34:52 -04:00
parent 8386642a57
commit 542fd92744

View file

@ -37,6 +37,7 @@ where
x = 0
y = 0
name = "(background_image)"
resize_mode = "scale"
[/image]
[image]
@ -45,6 +46,7 @@ where
x = "(max(0, {_GUI_BG_X}))"
y = "(max(0, {_GUI_BG_Y}))"
name = "(title_image)"
resize_mode = "scale"
[/image]
[/draw]