New boss scene that's really just a pixelated photo bash done quickly.
This commit is contained in:
parent
ca38b58450
commit
7f10c5b3d7
10 changed files with 37 additions and 29 deletions
|
|
@ -2,8 +2,8 @@
|
|||
"RAT_KING": {
|
||||
"components": [
|
||||
{"_type": "BossFight",
|
||||
"background": "boss_fight_background",
|
||||
"floor": "devils_fingers_background",
|
||||
"background": "test_background",
|
||||
"floor": false,
|
||||
"floor_pos": "floor1",
|
||||
"player": {
|
||||
"sprite": "peasant_girl_rear_view",
|
||||
|
|
@ -12,13 +12,13 @@
|
|||
"mid_cell": false
|
||||
},
|
||||
"boss": {
|
||||
"start_pos": "boss2",
|
||||
"scale": 0.7,
|
||||
"start_pos": "boss5",
|
||||
"scale": 0.6,
|
||||
"mid_cell": true
|
||||
}
|
||||
},
|
||||
{"_type": "Combat", "hp": 20, "max_hp": 20, "damage": 20, "dead": false},
|
||||
{"_type": "Sprite", "name": "rat_king_boss", "width": 720, "height": 720, "scale": 0.8, "stationary": false},
|
||||
{"_type": "Sprite", "name": "rat_king_boss", "width": 720, "height": 720, "scale": 0.8, "stationary": true},
|
||||
{"_type": "Sound", "attack": "Marmot_Scream_1", "death": "Creature_Death_1"}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue