This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Sry my bad, it should go like this:
<img path="Assets\Textures\icon-mineral.dds" width="32" height="32"/>
You may need to use styles to change text font as well.
take example from UI part of actors - texts: mineral text +100
when you put image in text it is something like that:
"img source(?)=[image path here]"
add height and width beetween " " as well:
"img source(?)=[image path here] width=32 height=32"
i've put (?) coz im not sure if it's source but you should have that part already
Sry my bad, it should go like this:
<img path="Assets\Textures\icon-mineral.dds" width="32" height="32"/>
You may need to use styles to change text font as well.
take example from UI part of actors - texts: mineral text +100
when you put image in text it is something like that:
"img source(?)=[image path here]"
add height and width beetween " " as well:
"img source(?)=[image path here] width=32 height=32"
i've put (?) coz im not sure if it's source but you should have that part already