Update
This commit is contained in:
@@ -36,7 +36,10 @@ namespace UI
|
||||
_tabGraphics.clicked += () => SwitchTab(_contentGraphics, _tabGraphics);
|
||||
_tabAudio.clicked += () => SwitchTab(_contentAudio, _tabAudio);
|
||||
|
||||
root.Q<Button>("btn-back").clicked += () => UIManager.Instance.ToggleSettings();
|
||||
root.Q<Button>("btn-close").clicked += () => UIManager.Instance.ToggleSettings();
|
||||
|
||||
// If we want a hard back button to MainMenu:
|
||||
// root.Q<Button>("btn-back").clicked += () => UIManager.Instance.GoBack();
|
||||
|
||||
// Camera Binding (FOV)
|
||||
var fovSlider = root.Q<Slider>("setting-fov");
|
||||
|
||||
Reference in New Issue
Block a user