The text editor (including stuff like Alert Tooltip fields for buttons) allows you to insert images in the text, but I can't seem to find a way to control the size of the image. So basically, is there a way to resize those images?
(What I'm talking about is, <img path="Assets\Textures\icon-energy-protoss.dds"/> , for example.)
The text editor (including stuff like Alert Tooltip fields for buttons) allows you to insert images in the text, but I can't seem to find a way to control the size of the image. So basically, is there a way to resize those images?
(What I'm talking about is, <img path="Assets\Textures\icon-energy-protoss.dds"/> , for example.)
@Mizzinx: Go
<img path="Assets\Textures\icon-energy-protoss.dds" height = "100" width = "100" />
Remember that text field usually have limit on how big your image can be. Use with caution