Hi everyone.
I was looking for a way to insert a gallery of images which are the objects collected in the game by the player.
using HTMLElement plugin I found the solution as in the image below:
this way HTMLElement loads the image "diamond.jpg".
"diamond" is one of the keys of the plugin dictionary, which contains all collected objects.
so I have to insert dictionary.currentKey instead of "diamond" and I can't in any way because everything inside "" becomes a string.