MP Join Game/MP Staging: use scaled to size for leader image definitions
[ci skip] This should fix bug #1932 and prevent cropping of larger sprites, but needs testing.
This commit is contained in:
parent
443b4ef6ad
commit
41e674128f
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@
|
|||
|
||||
[image]
|
||||
id = "leader_image"
|
||||
definition = "default"
|
||||
definition = "scaled_to_size"
|
||||
linked_group = "leader_images"
|
||||
[/image]
|
||||
[/column]
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
|
||||
[image]
|
||||
id = "leader_image"
|
||||
definition = "default"
|
||||
definition = "scaled_to_size"
|
||||
linked_group = "leader_images"
|
||||
[/image]
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue