diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 12:01:44 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:37 +0000 |
commit | 1816219a5742bf0f986aedb176c531c297b8ea51 (patch) | |
tree | 3430c4d6f6b1c0ad5c22a8ad6026918332783a5b /ui/tremulous_common_hud.h | |
parent | 534d680496218529c46367170bfa8b0fab3b98e3 (diff) |
* Right-align location field
* Default teamoverlay off
* Make generate-diff.sh slightly more portable
Diffstat (limited to 'ui/tremulous_common_hud.h')
-rw-r--r-- | ui/tremulous_common_hud.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/tremulous_common_hud.h b/ui/tremulous_common_hud.h index b01da14e..e9ddf06c 100644 --- a/ui/tremulous_common_hud.h +++ b/ui/tremulous_common_hud.h @@ -111,10 +111,12 @@ itemDef itemDef { name "location" - rect (STAT_X-20) ((4*BORDER)+(5*STAT_H)) (STAT_W+25) STAT_H + rect (STAT_X-55) ((4*BORDER)+(5*STAT_H)) (STAT_W+60) STAT_H + aspectBias ALIGN_RIGHT visible MENU_TRUE decoration forecolor COMMON_HUD_R COMMON_HUD_G COMMON_HUD_B 1 + textalign ALIGN_RIGHT textscale 0.3 ownerdraw CG_PLAYER_LOCATION } |