Dacogetul Posted January 1 Share Posted January 1 Is it possible to add a background to "totalEfficiency" in the battleLabelsTemplates.xc file? How? Thank you very much. @ Quote Link to comment Short link Share on other sites More sharing options...
konrad509 Posted January 1 Share Posted January 1 Attach config and the file with background. @ Quote Link to comment Short link Share on other sites More sharing options...
Dacogetul Posted January 1 Author Share Posted January 1 I have no background....I want to know if it can be added and how..? It's the usual file... // Panel with total player efficiency. // ?????? ? ????? ?????????????? ??????. "totalEfficiency": { "enabled": true, "updateEvent": "PY(ON_TOTAL_EFFICIENCY), ON_PANEL_MODE_CHANGED", "x": 250, // Vertical position. // ????????? ?? ?????????. "y": 0, // Width. // ??????. "width": "{{py:xvm.isStuns?350|260}}", // Height. // ??????. "height": 50, "screenHAlign": "top", // Horizontal alignment of field at screen ("left", "center", "right"). // ?????????????? ???????????? ???? ?? ?????? ("left", "center", "right"). "screenHAlign": "left", "layer": "top", "textFormat": { "size": 16 }, "format": "<textformat tabstops='[65,130,196,261]' leading='-2' ><img src='xvm://res/icons/Efficiency/damage.png' vspace='-2'> <font color='{{py:xvm.totalDamage>0?{{py:xvm.totalDamageColor}}}}'>{{py:xvm.totalDamage}}</font><tab><img src='xvm://res/icons/Efficiency/assist.png' vspace='-2'> {{py:xvm.totalAssist}}<tab><img src='xvm://res/icons/Efficiency/reflect.png' vspace='-2'> {{py:xvm.totalBlocked}}<tab><img src='xvm://res/icons/Efficiency/discover.png' vspace='-2'> {{py:xvm.detection}}<tab><img src='xvm://res/icons/Efficiency/stun.png' vspace='-2'> {{py:xvm.totalStun}}</textformat>" }, @ Quote Link to comment Short link Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.