Skip to content

Commit

Permalink
Merge pull request #122 from TechnoSL/master
Browse files Browse the repository at this point in the history
fix crit icon not preloading again
  • Loading branch information
tekunotri authored Jan 3, 2024
2 parents 22325ba + 39f1906 commit 6e68efb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion materials/vgui/replay/thumbnails/ico_crit.vmt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"UnlitGeneric"
{
"$translucent" "1"
"$baseTexture" "../materials/vgui/replay/thumbnails/ico_crit"
"$baseTexture" "vgui\replay\thumbnails\ico_crit"
"$alpha" "1"
"$vertexalpha" "1"
"$vertexcolor" "1"
Expand Down
2 changes: 1 addition & 1 deletion materials/vgui/replay/thumbnails/ico_crit_blu.vmt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"UnlitGeneric"
{
"$translucent" "1"
"$baseTexture" "../materials/vgui/replay/thumbnails/ico_crit_blu"
"$baseTexture" "vgui\replay\thumbnails\ico_crit_blu"
"$alpha" "1"
"$vertexalpha" "1"
"$vertexcolor" "1"
Expand Down
12 changes: 6 additions & 6 deletions resource/ui/custom/preload.res
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,7 @@
"xpos" "9999"
"visible" "1"
"enabled" "1"
"image" "../vgui/replay/thumbnails/ico_crit"
"image" "replay/thumbnails/ico_crit"
}
"ico_crit_blu"
{
Expand All @@ -1914,7 +1914,7 @@
"xpos" "9999"
"visible" "1"
"enabled" "1"
"image" "../vgui/replay/thumbnails/ico_crit_blu"
"image" "replay/thumbnails/ico_crit_blu"
}
"ico_eyelander"
{
Expand All @@ -1923,7 +1923,7 @@
"xpos" "9999"
"visible" "1"
"enabled" "1"
"image" "../vgui/replay/thumbnails/ico_eyelander"
"image" "replay/thumbnails/ico_eyelander"
}
"ico_headshot"
{
Expand All @@ -1932,7 +1932,7 @@
"xpos" "9999"
"visible" "1"
"enabled" "1"
"image" "../vgui/replay/thumbnails/ico_headshot"
"image" "replay/thumbnails/ico_headshot"
}
"ico_spanner"
{
Expand All @@ -1941,7 +1941,7 @@
"xpos" "9999"
"visible" "1"
"enabled" "1"
"image" "../vgui/replay/thumbnails/ico_spanner"
"image" "replay/thumbnails/ico_spanner"
}
"ico_medic"
{
Expand All @@ -1950,7 +1950,7 @@
"xpos" "9999"
"visible" "1"
"enabled" "1"
"image" "../vgui/replay/thumbnails/ico_medic"
"image" "replay/thumbnails/ico_medic"
}
}
}

0 comments on commit 6e68efb

Please sign in to comment.