Initial idea for the boss fight UI but it's just a temporary holder for now.

This commit is contained in:
Zed A. Shaw 2025-02-27 15:24:17 -05:00
parent a72d2879fd
commit 64807174c0
16 changed files with 165 additions and 36 deletions

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

View file

@ -7,7 +7,7 @@
"display":"\u289e"
},
"WALL_PLAIN": {
"texture": "assets/wall_simple-256.png",
"texture": "assets/wall_texture_test-256.png",
"foreground": [230, 20, 30],
"background": [230, 20, 120],
"collision": true,
@ -19,12 +19,5 @@
"background": [230, 20, 120],
"collision": false,
"display":"\u0799"
},
"WALL_PILLAR": {
"texture": "assets/wall_with_pillars-256.png",
"foreground": [230, 20, 30],
"background": [230, 20, 120],
"collision": false,
"display":"\u2274"
}
}