MP Create Game: keep background image width proportional to its height

[ci skip]

(cherry-picked from commit 604dcd8008)
This commit is contained in:
Charles Dang 2018-04-30 21:21:19 +11:00
parent 71a4e2b06f
commit 2924495299

View file

@ -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