Quick prototype of how switch to an icon during pickup makes the rendering bug go away and also looks better visually.

This commit is contained in:
Zed A. Shaw 2025-07-22 01:08:48 -04:00
parent 6f91533950
commit b311713064
5 changed files with 12 additions and 2 deletions

View file

@ -80,6 +80,11 @@
"frame_width": 256,
"frame_height": 256
},
"torch_horizontal_floor_ICON":
{"path": "assets/icons/torch_crappy_ICON.png",
"frame_width": 128,
"frame_height": 128
},
"peasant_girl":
{"path": "assets/sprites/peasant_girl_2.png",
"frame_width": 256,
@ -95,6 +100,11 @@
"frame_width": 256,
"frame_height": 256
},
"healing_potion_small_ICON":
{"path": "assets/icons/healing_potion_small_ICON.png",
"frame_width": 128,
"frame_height": 128
},
"well_down":
{"path": "assets/sprites/well_down.png",
"frame_width": 256,

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB