Final boss in place, updated levels.

This commit is contained in:
Storm Dragon
2025-02-13 20:06:07 -05:00
parent f6d8b3315b
commit 5953369440
5 changed files with 66 additions and 11 deletions

View File

@@ -238,11 +238,26 @@
"sound": "coin",
"collectible": true,
"static": true
}
},
{
"x_range": [400, 415],
"y": 0,
"enemy_type": "ghost",
"health": 20,
"damage": 2,
"attack_range": 1,
"vulnerability_duration": 1000,
"invulnerability_duration": 5000,
"speed_multiplier": 0.8,
"attack_cooldown": 1200,
"attack_pattern": {
"type": "patrol"
}
}
],
"boundaries": {
"left": 0,
"right": 325
"right": 420
},
"ambience": "Wayward Ghouls.ogg",
"footstep_sound": "footstep_stone"