Update audio manager
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user