-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7cdbca8
commit 45acccf
Showing
58 changed files
with
1,821 additions
and
1,315 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
9 changes: 9 additions & 0 deletions
9
materials/vgui/replay/thumbnails/icons/glyph_hudmode_centered.vmt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "vgui\replay\thumbnails\glyphs\glyph_hudmode_centered" | ||
"$translucent" 1 | ||
"$alpha" 1 | ||
"$vertexalpha" 1 | ||
"$ignorez" 1 | ||
"$vertexcolor" 1 | ||
} |
Binary file not shown.
9 changes: 9 additions & 0 deletions
9
materials/vgui/replay/thumbnails/icons/glyph_hudmode_default.vmt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "vgui\replay\thumbnails\icons\glyph_hudmode_default" | ||
"$translucent" 1 | ||
"$alpha" 1 | ||
"$vertexalpha" 1 | ||
"$ignorez" 1 | ||
"$vertexcolor" 1 | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "vgui\replay\thumbnails\icons\glyph_reload" | ||
"$translucent" 1 | ||
"$alpha" 1 | ||
"$vertexalpha" 1 | ||
"$ignorez" 1 | ||
"$vertexcolor" 1 | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
"GameMenu" [$WIN32] | ||
{ | ||
"VRModeButton" | ||
{ | ||
"label" "#MMenu_VRMode_Activate" | ||
"command" "engine vr_toggle" | ||
"subimage" "glyph_vr" | ||
"OnlyWhenVREnabled" "1" // fix pls | ||
} | ||
// im a hud theif | ||
"MinmodeButton" | ||
{ | ||
"label" "Toggle Minmode" | ||
"command" "engine toggle cl_hud_minmode" | ||
"subimage" "../vgui/replay/thumbnails/icons/glyph_hudmode_default" | ||
"tooltip" "Toggle Minmode" | ||
} | ||
"SteamWorkshopButton" | ||
{ | ||
"label" "#MMenu_SteamWorkshop" | ||
"command" "engine OpenSteamWorkshopDialog" | ||
"subimage" "glyph_steamworkshop" | ||
"tooltip" "#MMenu_SteamWorkshop" | ||
} | ||
|
||
// These buttons are only shown while in-game | ||
// and also are positioned by the .res file | ||
"CallVoteButton" | ||
{ | ||
"label" "" | ||
"command" "callvote" | ||
"OnlyInGame" "1" | ||
"subimage" "icon_checkbox" | ||
"tooltip" "#MMenu_CallVote" | ||
} | ||
"MutePlayersButton" | ||
{ | ||
"label" "" | ||
"command" "OpenMutePlayerDialog" | ||
"OnlyInGame" "1" | ||
"subimage" "glyph_muted" | ||
"tooltip" "#MMenu_MutePlayers" | ||
} | ||
"RequestCoachButton" | ||
{ | ||
"label" "" | ||
"command" "engine cl_coach_find_coach" | ||
"OnlyInGame" "1" | ||
"subimage" "icon_whistle" | ||
"tooltip" "#MMenu_RequestCoach" | ||
} | ||
"ReportPlayerButton" | ||
{ | ||
"label" "" | ||
"command" "OpenReportPlayerDialog" | ||
"OnlyInGame" "1" | ||
"subimage" "glyph_alert" | ||
"tooltip" "#MMenu_ReportPlayer" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.