Speed.xc Tanks Top Speed by Hawg
This is my own creation .xc file
This is Speed.xc the xc file will show the tanks top speed forward and reverse , above the damage panel.
I will update file when new Tanks are added.
Add this text to config file.
@xvm.xc
“speed”: ${“speed.xc”:”speed”},
battleLabels.xc
${ “battleLabelsTemplates.xc”:”def.speed”}
battleLabelsTemplates.xc
},
“speed”: {
“enabled”: ${“HawgPen/Battle/Speed/OnOff.xc”:” enabled”},
“layer”: “top”,
“x”: -800,
“y”: 828,
“width”: 150,
“height”: 100,
“alpha”: 100,
“screenHAlign”: “center”,
“shadow”: {“color”:”0x000000″, “distance”: 1, “angle”: 90, “alpha”: 60, “blur”: 5, “strength”: 3 },
“format”: “{{.speed.{{vehiclename}}}}”
},
Speed.xc
Special thanks to One – Fifty in helping with the code