Jump to content

Damage Panel


Recommended Posts

Posted

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.

  • Administrator
Posted

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>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.