return to original position by default

wip-inventory
HumanoidSandvichDispenser 2023-12-23 22:36:09 -08:00
parent 70efbe288c
commit c604e91021
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public partial class IdleState : ThinkerState
[ExportGroup("Returning")] [ExportGroup("Returning")]
[Export] [Export]
public bool ShouldReturnToOriginalPosition { get; set; } public bool ShouldReturnToOriginalPosition { get; set; } = true;
[Export] [Export]
public NavigationAgent2D NavigationAgent { get; set; } public NavigationAgent2D NavigationAgent { get; set; }