Skip to content
Snippets Groups Projects
Commit 47345164 authored by Matyáš Latner's avatar Matyáš Latner
Browse files

Fixed victory dialog summary images scaling

parent 7baf5935
Branches
Tags
No related merge requests found
......@@ -811,6 +811,7 @@ public abstract class AbstractTablexiaGame<T> extends AbstractTablexiaScreen<T>
SummaryMessage message = iterator.next();
Image image = new Image(getGameGlobalTextureRegion(message.getSummaryImage().imageName));
image.setScaling(Scaling.fit);
images.add(image);
summaryImageCells.add(table.add(image).align(Align.center));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment