MP Create Game: keep background image width proportional to its height
[ci skip]
This commit is contained in:
parent
5e72b5ded4
commit
77545e6700
1 changed files with 1 additions and 1 deletions
|
@ -1016,7 +1016,7 @@
|
|||
[image]
|
||||
x = "(width - image_width)"
|
||||
y = 0
|
||||
w = "(image_width)"
|
||||
w = "(image_original_width * (height / image_original_height))"
|
||||
h = "(height)"
|
||||
|
||||
# TODO: this should be generated with IPFs once we get a gradient function
|
||||
|
|
Loading…
Add table
Reference in a new issue