Loading Screen: added an (as-yet unused) image background layer

This commit is contained in:
Charles Dang 2022-04-08 02:59:11 -04:00
parent dbf50b01be
commit 6b329a020a

View file

@ -23,6 +23,14 @@
fill_color = "0, 0, 0, 255"
[/rectangle]
[image]
x = 0
y = 0
w = "(width)"
h = "(height)"
image = "(if(background, background, ''))"
[/image]
[/draw]
[/background]