Fortress builtin map / Attributes / Efficiency stat / Bugfixes

This commit is contained in:
Anuken
2019-03-12 23:39:39 -04:00
parent 4d4869842e
commit ecb77b0283
52 changed files with 1247 additions and 1146 deletions

View File

@@ -106,7 +106,7 @@ public class CustomGameDialog extends FloatingDialog{
image.row();
image.add("[accent]" + map.getDisplayName()).pad(3f).growX().wrap().get().setAlignment(Align.center, Align.center);
image.row();
image.label((() -> Core.bundle.format("level.highscore", Core.settings.getInt("hiscore" + map.fileName(), 0)))).pad(3f);
image.label((() -> Core.bundle.format("level.highscore", map.getHightScore()))).pad(3f);
BorderImage border = new BorderImage(map.texture, 3f);
border.setScaling(Scaling.fit);

View File

@@ -137,8 +137,6 @@ public class MapsDialog extends FloatingDialog{
t.add("$editor.description").padRight(10).color(Color.GRAY).top();
t.row();
t.add(map.description()).growX().wrap().padTop(2);
t.row();
t.add("$editor.oregen.info").padRight(10).color(Color.GRAY);
}).height(mapsize).width(mapsize);
table.row();