Added 2 bosses

This commit is contained in:
Martin
2022-12-22 11:44:45 +01:00
parent 28a14d379d
commit 889a516e10
3 changed files with 18 additions and 4 deletions

View File

@@ -2,5 +2,8 @@ export enum EnemyGraphicsType {
Bat = "Bat",
Goblin = "Goblin",
Shark = "Shark",
Skeleton = "Skeleton"
Skeleton = "Skeleton",
BossOrcKing = "BossOrcKing",
BossStoneGolem = "BossStoneGolem"
}