Skip to content

Commit

Permalink
1.64b [crosshairs]
Browse files Browse the repository at this point in the history
  • Loading branch information
MedicodiBiscotti committed Apr 1, 2016
1 parent a21f58b commit f672347
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# biscottiHUD
v. 1.64a
v. 1.64b

This is my custom HUD for Team Fortress 2 (TF2).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

event DamagedPlayer
{
Animate HudHitMarker Alpha "255" Linear 0.0 0.0
Animate HudHitmarker Alpha "0" Linear 0.1 0.2
Animate WhiteCircle Alpha "255" Linear 0.0 0.0
Animate WhiteCircle Alpha "0" Linear 0.1 0.2

Animate CDamageAccountValue Alpha "255" Linear 0.0 0.0
Animate CDamageAccountValue Alpha "0" Linear 10.0 0.2
Expand Down
5 changes: 3 additions & 2 deletions biscottiHUD/incognito/scripts/hudlayout.res
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@
"font" "Garm3nFontKonrWings"
"labelText" "#"
"textAlignment" "center"
"alpha" "0"
}
HudHitMarker
WhiteCircle
{
"controlname" "ImagePanel"
"fieldname" "HudHitMarker"
"fieldname" "WhiteCircle"
"visible" "1"
"enabled" "1"
"xpos" "c-32"
Expand Down
5 changes: 3 additions & 2 deletions biscottiHUD/incognito_revert/scripts/hudlayout.res
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@
"font" "Garm3nFontKonrWings"
"labelText" "#"
"textAlignment" "center"
"alpha" "0"
}
HudHitMarker
WhiteCircle
{
"controlname" "ImagePanel"
"fieldname" "HudHitMarker"
"fieldname" "WhiteCircle"
"visible" "1"
"enabled" "1"
"xpos" "c-32"
Expand Down
2 changes: 1 addition & 1 deletion biscottiHUD/resource/gamemenu.res
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"Version"
{
"label" "biscottiHUD v. 1.64a"
"label" "biscottiHUD v. 1.64b"
"command" "engine showconsole
echo ..............................................................................................................
echo ..............................................................................................................
Expand Down
5 changes: 3 additions & 2 deletions biscottiHUD/scripts/hudlayout.res
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@
"font" "Garm3nFontKonrWings"
"labelText" "#"
"textAlignment" "center"
"alpha" "0"
}
HudHitMarker
WhiteCircle
{
"controlname" "ImagePanel"
"fieldname" "HudHitMarker"
"fieldname" "WhiteCircle"
"visible" "1"
"enabled" "1"
"xpos" "c-32"
Expand Down

0 comments on commit f672347

Please sign in to comment.