diff --git a/README.md b/README.md index 783d189..c2861a7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # biscottiHUD -v. 1.64a +v. 1.64b This is my custom HUD for Team Fortress 2 (TF2). diff --git a/biscottiHUD/customization/[HITMARKER] white circle/scripts/hudanimations_tf_custom_hitmarker.txt b/biscottiHUD/customization/[HITMARKER] white circle/scripts/hudanimations_tf_custom_hitmarker.txt index d2ccf52..0c877c7 100644 --- a/biscottiHUD/customization/[HITMARKER] white circle/scripts/hudanimations_tf_custom_hitmarker.txt +++ b/biscottiHUD/customization/[HITMARKER] white circle/scripts/hudanimations_tf_custom_hitmarker.txt @@ -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 diff --git a/biscottiHUD/incognito/scripts/hudlayout.res b/biscottiHUD/incognito/scripts/hudlayout.res index defe12f..736f8d9 100644 --- a/biscottiHUD/incognito/scripts/hudlayout.res +++ b/biscottiHUD/incognito/scripts/hudlayout.res @@ -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" diff --git a/biscottiHUD/incognito_revert/scripts/hudlayout.res b/biscottiHUD/incognito_revert/scripts/hudlayout.res index 0a7c361..d6cac5e 100644 --- a/biscottiHUD/incognito_revert/scripts/hudlayout.res +++ b/biscottiHUD/incognito_revert/scripts/hudlayout.res @@ -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" diff --git a/biscottiHUD/resource/gamemenu.res b/biscottiHUD/resource/gamemenu.res index 5012d74..e0e60d3 100644 --- a/biscottiHUD/resource/gamemenu.res +++ b/biscottiHUD/resource/gamemenu.res @@ -2,7 +2,7 @@ { "Version" { - "label" "biscottiHUD v. 1.64a" + "label" "biscottiHUD v. 1.64b" "command" "engine showconsole echo .............................................................................................................. echo .............................................................................................................. diff --git a/biscottiHUD/scripts/hudlayout.res b/biscottiHUD/scripts/hudlayout.res index 0a7c361..d6cac5e 100644 --- a/biscottiHUD/scripts/hudlayout.res +++ b/biscottiHUD/scripts/hudlayout.res @@ -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"