Skip to content

Commit

Permalink
1.65c
Browse files Browse the repository at this point in the history
just fixed some main menu stuff
  • Loading branch information
MedicodiBiscotti committed Apr 18, 2016
1 parent f22af32 commit f12e2c1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 14 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.65b
v. 1.65c

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,14 @@
"zpos" "-99"
"wide" "256"
"tall" "64"
"visible" "1"
"visible" "0"
"enabled" "1"
"image" "../logo/new_tf2_logo"
"scaleImage" "1"

// if_operation
// {
// "visible" "1"
// "image" "../logo/tough_break_logo"
// }
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,6 @@
// "navLeft" "ServerBrowserButton"
// "navRight" "TrainingButton"
"navToRelay" "SubButton"

if_competitive
{
"ypos" "219"
}

"SubButton"
{
Expand Down Expand Up @@ -469,11 +464,6 @@
"navLeft" "ConsoleButton"
"navRight" "Notifications_ShowButtonPanel"
"navToRelay" "SubButton"

if_competitive
{
"ypos" "219"
}

"SubButton"
{
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.65b"
"label" "biscottiHUD v. 1.65c"
"command" "engine showconsole
echo ..............................................................................................................
echo ..............................................................................................................
Expand Down
3 changes: 2 additions & 1 deletion biscottiHUD/resource/ui/mainmenuoverride.res
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,14 @@
"zpos" "-99"
"wide" "256"
"tall" "64"
"visible" "1"
"visible" "0"
"enabled" "1"
"image" "../logo/new_tf2_logo"
"scaleImage" "1"

// if_operation
// {
// "visible" "1"
// "image" "../logo/tough_break_logo"
// }
}
Expand Down

0 comments on commit f12e2c1

Please sign in to comment.