minRangeChange + draw min range (#7504)

Co-authored-by: Anuken <arnukren@gmail.com>
This commit is contained in:
MEEPofFaith
2025-02-08 17:37:02 -08:00
committed by GitHub
parent b96191f6d6
commit 07e573ac42
2 changed files with 30 additions and 1 deletions

View File

@@ -147,6 +147,8 @@ public class BulletType extends Content implements Cloneable{
public float extraRangeMargin = 0f;
/** Range initialized in init(). */
public float range = 0f;
/** When used in a turret with multiple ammoo types, this can be set to a non-zero value to influence minRange */
public float minRangeChange = 0f;
/** % of block health healed **/
public float healPercent = 0f;
/** flat amount of block health healed */