Skip to content

Commit

Permalink
fixed matchstatus // technohud 0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
tekunotri committed Sep 28, 2024
1 parent d8e2156 commit db3d2e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resource/gamemenu.res
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

"Version"
{
"label" "technohud 0.43B"
"command" "engine showconsole; clear; echo technohud v0.43B; echo by techno, using some bits of other huds by various people. (check github for credits); echo github.com/tekunotri/technohud"
"label" "technohud 0.44"
"command" "engine showconsole; clear; echo technohud v0.44; echo by techno, using some bits of other huds by various people. (check github for credits); echo github.com/tekunotri/technohud"
"OnlyAtMenu" "0"
}
"Servers"
Expand Down
2 changes: 1 addition & 1 deletion resource/ui/hudmatchstatus.res
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
{
"ControlName" "CExLabel"
"fieldName" "respawntime"
"font" "m0refont12Shadow"
"font" "HudFont12Shadow"
"xpos" "cs-0.5"
"ypos" "cs-0.5"
"zpos" "10"
Expand Down
3 changes: 2 additions & 1 deletion scripts/hudanimations_th.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ event CompetitiveGame_RestoreChatWindow{
RunEvent HudLowAmmoPulseStop 0.1
RunEvent HudMedicChargedStop 0.1
}

//===========================================
//Health Bonus Pulse
event HudHealthBonusPulse
Expand Down Expand Up @@ -175,3 +174,5 @@ event CompetitiveGame_LowerChatWindow{}
event HudTournament_MoveChatWindow{}
event RDPositiveScorePulse{}
event RDNegativeScorePulse{}
event TeamStatus_PlayerDead{}
event TeamStatus_PlayerAlive{}

1 comment on commit db3d2e7

@tf2huds-dev
Copy link

@tf2huds-dev tf2huds-dev bot commented on db3d2e7 Sep 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to https://tf2huds.dev/hud/technohud 🚀

Please sign in to comment.