Update audio manager

This commit is contained in:
2026-05-01 01:25:02 +07:00
parent 3a553379ec
commit b656b750dd
13 changed files with 501 additions and 181 deletions

View File

@@ -19,6 +19,7 @@ namespace Hallucinate.UI
private UIDocument _uiDocument;
private VisualElement _rootElement;
public VisualElement Root => _rootElement;
private VisualElement _cursorLayer;
private VisualElement _mainCursor;
@@ -60,6 +61,7 @@ namespace Hallucinate.UI
private Vector2 _lastMousePos;
private float _trailOpacity = 1f;
private bool _isSettingsOpen = false;
public bool IsSettingsOpen => _isSettingsOpen;
private const string UI_SCALE_KEY = "UIScale";