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

@@ -172,7 +172,7 @@
{
"id": "CircleEnemy",
"moveType": "Follow",
"graphicsType": "Bat",
"graphicsType": "Skeleton",
"health": 4,
"damage": 1,
"speed": 25,
@@ -205,7 +205,7 @@
{
"id": "WaveEnemyArmor",
"moveType": "Launch",
"graphicsType": "Bat",
"graphicsType": "Skeleton",
"health": 5,
"damage": 3,
"speed": 70,