sjp2 Posted August 28, 2014 Share Posted August 28, 2014 mod = GambitER object in question = Reload countdown timer Question : Is there a way to increase the text size of the count down? that specific feature would be more useful if it was 2-4 times bigger. Quote Link to comment
Administrator Aslain Posted August 30, 2014 Administrator Share Posted August 30, 2014 File: DamagePanel.xml Search for: configTimerHit You can enlarge the timer by using html font tags in line with <format> Originaly this line looks like that: <format><![CDATA[<textformat leading='4' tabstops='[75,150]'>{{time-reload}} sec<tab>[ <font color='{{clr-tank-class}}'><b>{{tank-shortname}}</b></font> ]</textformat>]]></format> Try to change to this for example: <format><![CDATA[<textformat leading='4' tabstops='[75,150]'><font size='15'>{{time-reload}} sec</font><tab>[ <font color='{{clr-tank-class}}'><b>{{tank-shortname}}</b></font> ]</textformat>]]></format> Quote Link to comment
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.