Removed pointless 'device' switcher / Anuken/Mindustry-Suggestions/issues/2811 (but only partially)

This commit is contained in:
Anuken
2021-08-07 12:34:11 -04:00
parent 6cb2c0e8a7
commit 71c4f27d60
2 changed files with 4 additions and 5 deletions

View File

@@ -413,7 +413,7 @@ public class UnitTypes implements ContentList{
vela = new UnitType("vela"){{ vela = new UnitType("vela"){{
hitSize = 24f; hitSize = 24f;
rotateSpeed = 1.6f; rotateSpeed = 1.7f;
canDrown = false; canDrown = false;
mechFrontSway = 1f; mechFrontSway = 1f;
buildSpeed = 3f; buildSpeed = 3f;
@@ -422,7 +422,7 @@ public class UnitTypes implements ContentList{
mechStepShake = 0.15f; mechStepShake = 0.15f;
ammoType = new PowerAmmoType(2500); ammoType = new PowerAmmoType(2500);
speed = 0.4f; speed = 0.44f;
boostMultiplier = 2.2f; boostMultiplier = 2.2f;
engineOffset = 12f; engineOffset = 12f;
engineSize = 6f; engineSize = 6f;
@@ -1335,7 +1335,7 @@ public class UnitTypes implements ContentList{
quad = new UnitType("quad"){{ quad = new UnitType("quad"){{
armor = 8f; armor = 8f;
health = 6000; health = 6000;
speed = 1.4f; speed = 1.3f;
rotateSpeed = 2f; rotateSpeed = 2f;
accel = 0.05f; accel = 0.05f;
drag = 0.017f; drag = 0.017f;

View File

@@ -115,9 +115,8 @@ public class KeybindDialog extends Dialog{
} }
}).disabled(sectionControls.get(section, 0) + 1 >= devices.size).size(40); }).disabled(sectionControls.get(section, 0) + 1 >= devices.size).size(40);
table.add(stable).colspan(4); //table.add(stable).colspan(4).row();
table.row();
table.add().height(10); table.add().height(10);
table.row(); table.row();
if(section.device.type() == DeviceType.controller){ if(section.device.type() == DeviceType.controller){