return to original position by default
parent
70efbe288c
commit
c604e91021
|
@ -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; }
|
||||||
|
|
Loading…
Reference in New Issue