Loading Screen: added an (as-yet unused) image background layer
This commit is contained in:
parent
dbf50b01be
commit
6b329a020a
1 changed files with 8 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue