Skip to content

Commit

Permalink
fix transparent viewmodels not working
Browse files Browse the repository at this point in the history
i forgot the files ENTIRELY and forgot to test
fixes #141
  • Loading branch information
tekunotri committed Sep 3, 2024
1 parent b1d9b87 commit ca1c5fa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"Refract"
{
"$refractamount" "0.0"
"$refracttint" "{255 255 255}"
"$refractblur" "0.0"

"$scale" "[1 1]"
"$normalmap" "vgui/replay/thumbnails/viewmodels/transparent_viewmodel_refract"

"<dx90"
{
"$no_draw" "1"
}
}
Binary file not shown.
2 changes: 1 addition & 1 deletion resource/ui/mainmenuoverride.res
Original file line number Diff line number Diff line change
Expand Up @@ -2293,7 +2293,7 @@
"dulltext" "0"
"brighttext" "0"
"default" "1"
"command" "engine showconsole; clear; echo middle mann v23.0.2; echo last updated: 18/08/24" //mostly used for bug reporting, remind self to update this string after every release
"command" "engine showconsole; clear; echo middle mann v23.0.3; echo last updated: 02/09/24" //mostly used for bug reporting, remind self to update this string after every release
"labeltext" "Console"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
Expand Down

0 comments on commit ca1c5fa

Please sign in to comment.