Implemented Anuken/Mindustry-Suggestions/issues/3026

This commit is contained in:
Anuken
2021-09-27 09:18:46 -04:00
parent dac17aa2b7
commit ed1557b5ac
4 changed files with 32 additions and 8 deletions
@@ -91,6 +91,8 @@ public class BulletType extends Content implements Cloneable{
public boolean collidesAir = true, collidesGround = true;
/** Whether this bullet types collides with anything at all. */
public boolean collides = true;
/** If true, this projectile collides with non-surface floors. */
public boolean collideFloor = false;
/** Whether velocity is inherited from the shooter. */
public boolean keepVelocity = true;
/** Whether to scale lifetime (not actually velocity!) to disappear at the target position. Used for artillery. */