Duct bridge input display

This commit is contained in:
Anuken
2021-06-08 11:49:55 -04:00
parent 8962992ef9
commit 95da46bfa2
3 changed files with 60 additions and 19 deletions

View File

@@ -372,10 +372,6 @@ public class Blocks implements ContentList{
variants = 3;
}};
//glowBlob = new Prop("glowblob"){{
// variants = 1;
//}};
boulder = new Prop("boulder"){{
variants = 2;
stone.asFloor().decoration = this;

View File

@@ -611,7 +611,7 @@ public class UnitTypes implements ContentList{
bullet = new LiquidBulletType(Liquids.slag){{
damage = 11;
speed = 2.3f;
speed = 2.4f;
drag = 0.01f;
shootEffect = Fx.shootSmall;
lifetime = 56f;