Fix up eagle eye's weirdness, add option to auto clear saves
This commit is contained in:
@@ -31,6 +31,8 @@ namespace AppleHills.Core.Settings
|
||||
[Header("Save Load Options")]
|
||||
[Tooltip("Should use save laod system?")]
|
||||
[SerializeField] public bool useSaveLoadSystem = true;
|
||||
[Tooltip("Automatically clear all saves before entering play mode in editor")]
|
||||
[SerializeField] public bool autoClearSaves = false;
|
||||
|
||||
[Header("Logging Options")]
|
||||
[Tooltip("Logging level for bootstrap services")]
|
||||
@@ -49,6 +51,7 @@ namespace AppleHills.Core.Settings
|
||||
// Property getters
|
||||
public bool ShowDebugUiMessages => showDebugUiMessages;
|
||||
public bool PauseTimeOnPauseGame => pauseTimeOnPauseGame;
|
||||
public bool AutoClearSaves => autoClearSaves;
|
||||
|
||||
public override void OnValidate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user