Вернул кайфовые звуки интерфейса

This commit is contained in:
Vigers Ray 2025-01-20 05:57:43 +03:00
parent 5a40924eec
commit 3923c36da2
3 changed files with 2 additions and 2 deletions

View file

@ -8,13 +8,13 @@ public sealed partial class CCVars
/// The sound played when clicking a UI button
/// </summary>
public static readonly CVarDef<string> UIClickSound =
CVarDef.Create("interface.click_sound", "/Audio/UserInterface/click.ogg", CVar.REPLICATED);
CVarDef.Create("interface.click_sound", "/Audio/_Sunrise/UserInterface/button_click.ogg", CVar.REPLICATED);
/// <summary>
/// The sound played when the mouse hovers over a clickable UI element
/// </summary>
public static readonly CVarDef<string> UIHoverSound =
CVarDef.Create("interface.hover_sound", "/Audio/UserInterface/hover.ogg", CVar.REPLICATED);
CVarDef.Create("interface.hover_sound", "/Audio/_Sunrise/UserInterface/button_hover.ogg", CVar.REPLICATED);
/// <summary>
/// The layout style of the UI