This commit is contained in:
Martin
2022-12-20 11:51:04 +01:00
parent 0cd9006ac0
commit 8d953ec9f6
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
export enum EnemyGraphicsType {
Bat = "Bat",
Goblin = "Goblin",
Shark = "Shark"
Shark = "Shark",
Skeleton = "Skeleton"
}