Helix shoot pattern / Min mod game version
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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){{
|
||||
|
||||
Reference in New Issue
Block a user