I've taken someone's custom hud and I'm trying to alter it a bit.
Anybody here experienced here to help me out?
The size of the armor and health digits is just way too large.
How do I make these smaller?
//health value/icon
menuDef {
name "Player"
fullScreen MENU_FALSE
visible MENU_TRUE
rect 152 450 95 36//152 425 95 36//
itemDef {
name "playerRect"
rect 8 -20 40 40
style 3
background "ui/assets/hud/healthalert"
visible 1
ownerdrawflag CG_SHOW_HEALTHCRITICAL
}
itemDef {
name "healthiconshadow"
backcolor 0 0 0 0.8
rect 69 2 22 22
visible 0
decoration
style 1
background "ui/assets/hud/health.tga"
}
itemDef {
name "health"
rect -48 -8 22 22
ownerdraw CG_TEAM_COLORIZED
visible 0
decoration
style 1
background "ui/assets/hud/health.tga"
}
Edit, I've found it.
I now have a good nice looking hud
textscale












