game runner

This commit is contained in:
Martin
2022-12-07 10:47:46 +01:00
parent 669ed8cd81
commit 9884bc4090
24 changed files with 292 additions and 37 deletions

View File

@@ -9,5 +9,6 @@ export enum UpgradeType {
export enum MetaUpgradeType {
MaxHp,
OverallDamage,
ProjectilePiercing
ProjectilePiercing,
MovementSpeed
}