diff --git a/State/Thinker/IdleState.cs b/State/Thinker/IdleState.cs index 6c15a95..12ca7f7 100644 --- a/State/Thinker/IdleState.cs +++ b/State/Thinker/IdleState.cs @@ -20,7 +20,7 @@ public partial class IdleState : ThinkerState [ExportGroup("Returning")] [Export] - public bool ShouldReturnToOriginalPosition { get; set; } + public bool ShouldReturnToOriginalPosition { get; set; } = true; [Export] public NavigationAgent2D NavigationAgent { get; set; }