UI display for equippable resources #51
Replies: 3 comments 10 replies
-
Just an idea and some psuedo code.
Then on front end client side, toggle your img path based off this boolean.
|
Beta Was this translation helpful? Give feedback.
-
sounds easy enough. I would perhaps use a different name. |
Beta Was this translation helpful? Give feedback.
-
Ahhh I see, sorry that part didn't sink in. I was mostly responding to my current need which is a low res 'default' image. High res artwork may not work because pngs can get 'fuzzy' based off of screen dimensions, and probably shouldn't be so large...or it defeats the purpose. |
Beta Was this translation helpful? Give feedback.
-
Proposal:
Adding a way to hide the main resource("src" field) (and show thumb instead) for equippable nfts/resources when viewing the item
Reasons:
Possible solutions:
"concealed":"true"
"substitute":"ipfs://ipfs/HASH"
Possible problems:
Beta Was this translation helpful? Give feedback.
All reactions