Cataclysmanic / GO2022

4 stars 1 forks source link

review InventoryIconButton.gd #112

Closed plexsoup closed 1 year ago

plexsoup commented 1 year ago

We want to add some new clue icons for collectibles. MiscClue (magnifying glass), Talk Clue (dialog bubble), PaperClue (paper), MemoryClue (thought cloud).

Take another look at InventoryIconButton.gd to make sure icons are assembled correctly as we add the new buttons/icons/clues/collectibles.

plexsoup commented 1 year ago

It's building icons from item_name instead of item_icon. I'll change it.

plexsoup commented 1 year ago

changed to look at the icon path instead of the item name.