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:
parent
bac552c3d7
commit
edf10c976a
8 changed files with 36 additions and 32 deletions
|
@ -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": {
|
||||
|
|
|
@ -197,6 +197,6 @@
|
|||
}
|
||||
},
|
||||
"starting_junk": [
|
||||
"dirty_kerchief", "pocket_watch", "chess_pawn", "mushroom", "severed_finger", "rusty_nails"
|
||||
"pocket_watch", "mushroom", "rusty_nails"
|
||||
]
|
||||
}
|
||||
|
|
BIN
assets/rituals/dubious_combination-128.png
Normal file
BIN
assets/rituals/dubious_combination-128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
assets/rituals/dubious_combination-64.png
Normal file
BIN
assets/rituals/dubious_combination-64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue