summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/ui/menudef.h1
-rw-r--r--assets/ui/tremulous_common_hud.h13
2 files changed, 14 insertions, 0 deletions
diff --git a/assets/ui/menudef.h b/assets/ui/menudef.h
index f87fc34e..a5f77468 100644
--- a/assets/ui/menudef.h
+++ b/assets/ui/menudef.h
@@ -155,6 +155,7 @@ enum
CG_PLAYER_CHARGE_BAR,
CG_PLAYER_CROSSHAIR,
CG_PLAYER_LOCATION,
+ CG_TEAMOVERLAY,
CG_PLAYER_CREDITS_FRACTION,
CG_KILLER,
diff --git a/assets/ui/tremulous_common_hud.h b/assets/ui/tremulous_common_hud.h
index 51e5d62f..a5f53356 100644
--- a/assets/ui/tremulous_common_hud.h
+++ b/assets/ui/tremulous_common_hud.h
@@ -149,6 +149,19 @@ itemDef
background "ui/assets/forwardarrow.tga"
}
+//TEAM OVERLAY
+itemDef
+{
+ name "teamoverlay"
+ rect BORDER 120 160 128
+ style WINDOW_STYLE_EMPTY
+ visible MENU_TRUE
+ decoration
+ forecolor COMMON_HUD_R COMMON_HUD_G COMMON_HUD_B 0.75
+ textscale 1.0
+ ownerdraw CG_TEAMOVERLAY
+}
+
//SNAPSHOT
itemDef
{