We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5141ced commit 13679fdCopy full SHA for 13679fd
1 file changed
nextclient/gameui/src/GameUi/BasePanel.cpp
@@ -91,9 +91,9 @@ void CGameMenuItem::ApplySchemeSettings(vgui2::IScheme *pScheme)
91
SetFont(pScheme->GetFont("MenuLarge", IsProportional()));
92
93
SetTextInset(0, 0);
94
- SetArmedSound("resource/UI/buttonrollover.wav");
95
- SetDepressedSound("resource/UI/buttonclick.wav");
96
- SetReleasedSound("resource/UI/buttonclickrelease.wav");
+ SetArmedSound("UI/buttonrollover.wav");
+ SetDepressedSound("UI/buttonclick.wav");
+ SetReleasedSound("UI/buttonclickrelease.wav");
97
SetButtonActivationType(Button::ACTIVATE_ONPRESSED);
98
SetPaintBackgroundType(2);
99
0 commit comments