the scarlet police still have me at gunpoint

This commit is contained in:
Sylvia 2026-03-12 21:37:49 -07:00
parent 2ca43ec836
commit 980deb5d09
6 changed files with 1467 additions and 39 deletions

View file

@ -16,8 +16,8 @@ public class PlayerAbility : MonoBehaviour
[Header("Stats")]
public float basePower;
public float power;
public float baseProjectileCount;
public float projectileCount;
public int baseProjectileCount;
public int projectileCount;
public Dictionary<AbilityUpgrade, int> attachedUpgrades = new();
private void Start()