Map dialog margin cleanup

This commit is contained in:
Anuken
2021-09-27 11:36:03 -04:00
parent bf89ef1e5e
commit a21942e401
2 changed files with 4 additions and 4 deletions

View File

@@ -1864,8 +1864,8 @@ public class UnitTypes implements ContentList{
trailWidth = 3f; trailWidth = 3f;
trailLength = 8; trailLength = 8;
splashDamage = 42f; splashDamage = 33f;
splashDamageRadius = 40f; splashDamageRadius = 32f;
}}; }};
}}); }});
}}; }};
@@ -1940,7 +1940,7 @@ public class UnitTypes implements ContentList{
shootEffect = Fx.sparkShoot; shootEffect = Fx.sparkShoot;
hitEffect = Fx.pointHit; hitEffect = Fx.pointHit;
maxRange = 100f; maxRange = 100f;
damage = 15f; damage = 17f;
}}; }};
}}); }});

View File

@@ -205,7 +205,7 @@ public class MapsDialog extends BaseDialog{
modes.add(mode); modes.add(mode);
} }
rebuildMaps(); rebuildMaps();
}).size(150f, 60f).checked(modes.contains(mode)); }).size(150f, 60f).marginLeft(6f).checked(modes.contains(mode));
if(++i % 3 == 0) t.row(); if(++i % 3 == 0) t.row();
} }
} }