Boss fight looking better, but I need to get this bounce animation in the main game fights.
This commit is contained in:
parent
25d782df6d
commit
2d790c5986
8 changed files with 54 additions and 35 deletions
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
BIN
assets/rat_king_boss_fight_background.jpg
Normal file
BIN
assets/rat_king_boss_fight_background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
BIN
assets/rat_king_boss_fight_sprite.png
Normal file
BIN
assets/rat_king_boss_fight_sprite.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 466 KiB |
Loading…
Add table
Add a link
Reference in a new issue