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:
parent
6f91533950
commit
b311713064
5 changed files with 12 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue