Started to set things up so that the boss fight UI can load enemies and configs out of the components setup.
This commit is contained in:
parent
033358749f
commit
b3b8cbbeee
5 changed files with 14 additions and 15 deletions
|
@ -78,7 +78,7 @@
|
|||
{"_type": "EnemyConfig", "hearing_distance": 3},
|
||||
{"_type": "Animation", "easing": 2, "ease_rate": 0.2, "scale": 0.1, "simple": true, "frames": 10, "speed": 1.0},
|
||||
{"_type": "Sprite", "name": "rat_king"},
|
||||
{"_type": "Sound", "attack": "Medium_Rat", "death": "Creature_Death_1"}
|
||||
{"_type": "Sound", "attack": "Sword_Hit_2", "death": "Creature_Death_1"}
|
||||
]
|
||||
},
|
||||
"SPIDER_GIANT_HAIRY": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue