Re: WidgetsTemplets.xc/Widgets.xc
Published by Hawg on
BLACKWOT › Forums › Stats & Other Mods for World of Tanks › XVM: eXtended Visualization Mod › Everything XVM › XVM .xc files › WidgetsTemplets.xc/Widgets.xc › Re: WidgetsTemplets.xc/Widgets.xc
02.07.2018 at 10:31
#112208
Hawg
Member
6 hours ago, Racthndrdrake said:how would I add a picture along with user name
You must direct it to a folder with you .png file in it.
That’s what the format line is doing.
“enabled”: true
// layer – “bottom”, “normal” (default), “top”.
“layer”: “normal”,
“type”: “extrafield”,
“formats”: [
{ // Event Handler
“updateEvent”: ” ON_PANEL_MODE_CHANGED”,
“x”: 0,
“y”:50,
“screenHAlign”: “center”,
“format”: “<img src=’cfg://HAWGS/img/hawg.png’>”
},