aboutsummaryrefslogtreecommitdiff
path: root/sp/game/mod_hl2/scripts/hud_textures.txt
diff options
context:
space:
mode:
authorJoe Ludwig <[email protected]>2013-06-26 15:22:04 -0700
committerJoe Ludwig <[email protected]>2013-06-26 15:22:04 -0700
commit39ed87570bdb2f86969d4be821c94b722dc71179 (patch)
treeabc53757f75f40c80278e87650ea92808274aa59 /sp/game/mod_hl2/scripts/hud_textures.txt
downloadsource-sdk-2013-39ed87570bdb2f86969d4be821c94b722dc71179.tar.xz
source-sdk-2013-39ed87570bdb2f86969d4be821c94b722dc71179.zip
First version of the SOurce SDK 2013
Diffstat (limited to 'sp/game/mod_hl2/scripts/hud_textures.txt')
-rw-r--r--sp/game/mod_hl2/scripts/hud_textures.txt124
1 files changed, 124 insertions, 0 deletions
diff --git a/sp/game/mod_hl2/scripts/hud_textures.txt b/sp/game/mod_hl2/scripts/hud_textures.txt
new file mode 100644
index 00000000..6d40d2d4
--- /dev/null
+++ b/sp/game/mod_hl2/scripts/hud_textures.txt
@@ -0,0 +1,124 @@
+"sprites/640_hud"
+{
+ TextureData
+ {
+ "arrow" [$WIN32]
+ {
+ "file" "sprites/arrow"
+ "x" "0"
+ "y" "0"
+ "width" "32"
+ "height" "32"
+ }
+ "autoaim_c" [$WIN32]
+ {
+ "file" "sprites/crosshairs"
+ "x" "96"
+ "y" "0"
+ "width" "24"
+ "height" "24"
+ }
+ "item_battery" [$WIN32]
+ {
+ "font" "WeaponIcons"
+ "character" "*"
+ }
+ "item_healthkit" [$WIN32]
+ {
+ "font" "WeaponIcons"
+ "character" "+"
+ }
+ "crosshair"
+ {
+ "file" "sprites/qi_center"
+ "x" "0"
+ "y" "0"
+ "width" "40"
+ "height" "40"
+ }
+ "crosshair_left"
+ {
+ "font" "QuickInfo"
+ "character" "("
+ }
+ "crosshair_right"
+ {
+ "font" "QuickInfo"
+ "character" ")"
+ }
+ "crosshair_left_full"
+ {
+ "font" "QuickInfo"
+ "character" "["
+ }
+ "crosshair_right_full"
+ {
+ "font" "QuickInfo"
+ "character" "]"
+ }
+ "crosshair_left_empty"
+ {
+ "font" "QuickInfo"
+ "character" "{"
+ }
+ "crosshair_right_empty"
+ {
+ "font" "QuickInfo"
+ "character" "}"
+ }
+ "crosshair_default"
+ {
+ "file" "sprites/crosshairs"
+ "x" "0"
+ "y" "48"
+ "width" "24"
+ "height" "24"
+ }
+ "crosshair_xbox"
+ {
+ "file" "vgui/hud/xbox_reticle"
+ "x" "0"
+ "y" "0"
+ "width" "64"
+ "height" "64"
+ }
+ "viewhair"
+ {
+ "file" "sprites/hud/v_crosshair2"
+ "x" "0"
+ "y" "0"
+ "width" "32"
+ "height" "32"
+ }
+ "gunhair"
+ {
+ "file" "sprites/hud/v_crosshair1"
+ "x" "0"
+ "y" "0"
+ "width" "32"
+ "height" "32"
+ }
+ "plushair"
+ {
+ "font" "Crosshairs"
+ "character" "Q"
+ }
+
+ "ico_friend_indicator"
+ {
+ "file" "vgui/ico_friend_indicator_alone"
+ "x" "0"
+ "y" "0"
+ "width" "32"
+ "height" "32"
+ }
+ "ico_friend_indicator_avatar"
+ {
+ "file" "vgui/ico_friend_indicator_scoreboard"
+ "x" "-1"
+ "y" "-1"
+ "width" "57"
+ "height" "36"
+ }
+ }
+}