summaryrefslogtreecommitdiff
path: root/ui/tremulous_human_hud.menu
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2003-08-02 23:26:22 +0000
committerTim Angus <tim@ngus.net>2003-08-02 23:26:22 +0000
commit1b312482851f0011bc7af3ca997a00e9dd767912 (patch)
tree6020aad6a77ffc41e48ac2e8466c66f3eec5be88 /ui/tremulous_human_hud.menu
parent010d4f87802d72f572702b2dd664b757982a9901 (diff)
* Spelling fixes
* Jex's changes to the human hud (inventory + usable icon)
Diffstat (limited to 'ui/tremulous_human_hud.menu')
-rw-r--r--ui/tremulous_human_hud.menu44
1 files changed, 42 insertions, 2 deletions
diff --git a/ui/tremulous_human_hud.menu b/ui/tremulous_human_hud.menu
index bc548cdb..bc19d53a 100644
--- a/ui/tremulous_human_hud.menu
+++ b/ui/tremulous_human_hud.menu
@@ -91,6 +91,23 @@
ownerdraw CG_TIMER
}
+ //SNAPSHOT
+ itemDef
+ {
+ name "snapshot"
+ rect 8 196 200 22
+ style WINDOW_STYLE_EMPTY
+ visible 1
+ decoration
+ forecolor 1 1 1 1
+ align ITEM_ALIGN_RIGHT
+ textalignx 0
+ textaligny 18
+ textscale 0.4
+ textstyle ITEM_TEXTSTYLE_NORMAL
+ ownerdraw CG_SNAPSHOT
+ }
+
//////////////////
//STATIC OBJECTS//
//////////////////
@@ -326,10 +343,10 @@
itemDef
{
name "usable"
- rect 304 420 32 32
+ rect 307.5 380 25 25
visible 1
decoration
- forecolor 0.0 0.8 1.0 .25
+ forecolor 0.0 0.8 1.0 .5
background "ui/assets/neutral/use.tga"
ownerdraw CG_PLAYER_USABLE_BUILDABLE
}
@@ -344,5 +361,28 @@
background "textures/common/invisible" //FIXME: change to a bunch on concentric circles
ownerdraw CG_PLAYER_HUMAN_SCANNER
}
+
+ //INVENTORY
+ itemDef
+ {
+ name "inventory"
+ rect 282.5 425 75 25
+ visible 1
+ decoration
+ forecolor 0.0 0.8 1.0 0.5
+ ownerdraw CG_PLAYER_SELECT
+ }
+
+ //SELECTED
+ itemDef
+ {
+ name "selected"
+ rect 306 424 27 27
+ visible 1
+ decoration
+ forecolor 0.0 0.8 1.0 0.25
+ style WINDOW_STYLE_SHADER
+ background "ui/assets/neutral/selected.tga"
+ }
}
}