Chest and magnet spawning

This commit is contained in:
Martin
2022-12-23 09:52:26 +01:00
parent 4b2d35a733
commit afc9448826
9 changed files with 119 additions and 125 deletions

View File

@@ -127,6 +127,8 @@ export class EnemySettings {
public xpReward = 0;
public goldReward = 0;
public healthPotionRewardChance = 0;
public magnetRewardChance = 0;
public chestRewardChance = 0;
}
export class ItemSettings {