Helix shoot pattern / Min mod game version

This commit is contained in:
Anuke
2022-03-05 19:05:42 -05:00
parent 730691c589
commit d92c9cfcf8
11 changed files with 57 additions and 36 deletions

View File

@@ -68,7 +68,7 @@ public class Planets{
r.attributes.set(Attribute.heat, 0.8f);
r.showSpawns = true;
r.fog = true;
r.staticFog = false; //TODO decide, is this a good idea?
r.staticFog = true; //TODO decide, is this a good idea?
};
unlockedOnLand.add(Blocks.coreBastion);

View File

@@ -3142,6 +3142,7 @@ public class UnitTypes{
top = false;
layerOffset = -0.01f;
rotate = false;
shoot = new ShootHelix();
//TODO cooler + balancing
bullet = new BasicBulletType(5f, 15){{