This commit is contained in:
Anuken
2023-06-20 17:32:38 -04:00
parent a2dd2c88a2
commit f65edb3468
2 changed files with 1 additions and 2 deletions

View File

@@ -256,7 +256,7 @@ public class UnitTypes{
hitSize = 26f; hitSize = 26f;
rotateSpeed = 1.65f; rotateSpeed = 1.65f;
health = 24000; health = 24000;
armor = 14f; armor = 18f;
mechStepParticles = true; mechStepParticles = true;
stepShake = 0.75f; stepShake = 0.75f;
drownTimeMultiplier = 6f; drownTimeMultiplier = 6f;

View File

@@ -14,7 +14,6 @@ public class TraceDialog extends BaseDialog{
super("@trace"); super("@trace");
addCloseButton(); addCloseButton();
setFillParent(false);
} }
public void show(Player player, TraceInfo info){ public void show(Player player, TraceInfo info){