Boss fight looking better, but I need to get this bounce animation in the main game fights.

This commit is contained in:
Zed A. Shaw 2025-02-28 13:03:13 -05:00
parent 25d782df6d
commit 2d790c5986
8 changed files with 54 additions and 35 deletions

View file

@ -44,7 +44,8 @@
"axe_ranger": "assets/axe_ranger-256.png",
"hairy_spider": "assets/hairy_spider-256.png",
"down_the_well": "assets/down_the_well.jpg",
"boss_fight": "assets/rat-king-boss-fight-test-small.jpg"
"boss_fight_background": "assets/rat_king_boss_fight_background.jpg",
"boss_fight": "assets/rat_king_boss_fight_sprite.png"
},
"enemy": {
"HEARING_DISTANCE": 5

View file

@ -36,7 +36,7 @@
{"_type": "EnemyConfig", "hearing_distance": 5},
{"_type": "Sprite", "name": "axe_ranger"},
{"_type": "Animation", "scale": 0.1, "simple": false, "frames": 10, "speed": 0.6},
{"_type": "Sound", "attack": "Sword_Hit_1", "death": "Ranger_1"}
{"_type": "Sound", "attack": "Sword_Hit_2", "death": "Ranger_1"}
]
},
"EVIL_EYE": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 KiB