Re-made all maps, added block smoke effects

This commit is contained in:
Anuken
2017-05-20 12:56:02 -04:00
parent c74a8a2fa6
commit 6381fbc52d
12 changed files with 27 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ public class LevelDialog extends Dialog{
image.clicked(()->{
selectedMap = index;
});
image.getImageCell().size(150, 150);
image.getImageCell().size(164);
content().add(image).size(180);
}