Have a basic understanding of what to do for the boss fight arena, but now want to start over fresh.

This commit is contained in:
Zed A. Shaw 2025-09-22 13:43:36 -04:00
parent e523aa8b02
commit 07e281d987
14 changed files with 76 additions and 217 deletions

View file

@ -239,6 +239,11 @@
{"path": "assets/hands/female_hand.png",
"frame_width": 900,
"frame_height": 600
},
"peasant_girl_rear_view":
{"path": "assets/sprites/peasant_girl_rear_view_01.png",
"frame_width": 400,
"frame_height": 543
}
},
"worldgen": {
@ -267,6 +272,6 @@
"font_file_name": "assets/text.otf"
},
"player": {
"hands": "male_hand"
"hands": "female_hand"
}
}