This commit is contained in:
Anuken
2020-09-25 18:49:31 -04:00
parent 059b72b3e2
commit dc30993898
5 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -885,7 +885,7 @@ public class UnitTypes implements ContentList{
weapons.add(new Weapon(){{
y = 0f;
x = 2f;
reload = 15f;
reload = 13f;
ejectEffect = Fx.shellEjectSmall;
bullet = Bullets.standardCopper;
shootSound = Sounds.shoot;
+2 -1
View File
@@ -170,12 +170,13 @@ public class Weathers implements ContentList{
sandstorm = new Weather("sandstorm"){
TextureRegion region;
float size = 140f, padding = size, invDensity = 1500f, baseSpeed = 6.1f;
float force = 0.45f;
float force = 0.4f;
Color color = Color.valueOf("f7cba4");
Texture noise;
{
attrs.set(Attribute.light, -0.1f);
opacityMultiplier = 0.85f;
}
@Override