Cleaned up the ritual UI some more and solved a few more bugs, then brought in a quick 'dubious combination' image.

This commit is contained in:
Zed A. Shaw 2025-05-02 11:39:39 -04:00
parent bac552c3d7
commit edf10c976a
8 changed files with 36 additions and 32 deletions

View file

@ -309,6 +309,16 @@
{"path": "assets/rituals/stone_doll_cursed-128.png",
"frame_width": 128,
"frame_height": 128
},
"dubious_combination-64":
{"path": "assets/rituals/dubious_combination-64.png",
"frame_width": 64,
"frame_height": 64
},
"dubious_combination-128":
{"path": "assets/rituals/dubious_combination-128.png",
"frame_width": 128,
"frame_height": 128
}
},
"worldgen": {

View file

@ -197,6 +197,6 @@
}
},
"starting_junk": [
"dirty_kerchief", "pocket_watch", "chess_pawn", "mushroom", "severed_finger", "rusty_nails"
"pocket_watch", "mushroom", "rusty_nails"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.