Projectile piercing, meta upgrades

This commit is contained in:
Martin
2022-12-13 11:58:40 +01:00
parent e626d493d2
commit 39775b2a65
15 changed files with 201 additions and 35 deletions

View File

@@ -11,7 +11,9 @@ export class GameData {
export class MetaUpgradesData {
public maxHpLevel = 0;
public overallDamageLevel = 0;
public bonusDamageLevel = 2;
public projectilePiercingLevel = 0;
public movementSpeedLevel = 0;
public xpGathererLevel = 0;
public goldGathererLevel = 0;
}