Skip to content

Commit

Permalink
MP Create Game: keep background image width proportional to its height
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vultraz committed Apr 30, 2018
1 parent 5e72b5d commit 77545e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/gui/window/mp_create_game.cfg
Expand Up @@ -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
Expand Down

0 comments on commit 77545e6

Please sign in to comment.