Skip to content

Commit

Permalink
disabled blur bg by default since it kept sending players to the neth…
Browse files Browse the repository at this point in the history
…er upon first boot.
  • Loading branch information
Vexcenot committed Jan 27, 2024
1 parent a648cb7 commit 6f8248d
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions resource/ui/classselection.res
Original file line number Diff line number Diff line change
Expand Up @@ -758,22 +758,36 @@
"Command" "resetclass"
"font" "HudFontSmallBold"
}

"BlurBG"
"MenuActualBG"
{
"ControlName" "ctfImagePanel"
"fieldName" "BlurBG"
"ControlName" "ImagePanel"
"fieldName" "MenuActualBG"
"xpos" "0"
"ypos" "0"
"zpos" "-3"
"zpos" "-2"
"wide" "f0"
"tall" "480"
"tall" "480"
"autoResize" "0"
"visible" "1"
"alpha" "205"
"image" "replay/thumbnails/hp/REFRACTblur"
"enabled" "1"
"scaleImage" "1"
"fillcolor" "0 0 0 225"
}
// unused because it kept showing hell on first boot
// "BlurBG"
// {
// "ControlName" "ctfImagePanel"
// "fieldName" "BlurBG"
// "xpos" "0"
// "ypos" "0"
// "zpos" "-3"
// "wide" "f0"
// "tall" "480"
// "visible" "1"
// "alpha" "205"
// "image" "replay/thumbnails/hp/REFRACTblur"
// "enabled" "1"
// "scaleImage" "1"
// }
"topbar"
{
"ControlName" "ImagePanel"
Expand Down

0 comments on commit 6f8248d

Please sign in to comment.