Finished new node approach
This commit is contained in:
@@ -35,7 +35,6 @@ public partial class Robot : Node3D
|
||||
{
|
||||
if (CanExecute(delta))
|
||||
{
|
||||
GD.Print(currentNode.DisplayText);
|
||||
switch (currentNode.Execute(this, delta))
|
||||
{
|
||||
case NodeResult.SUCCESS:
|
||||
|
||||
Reference in New Issue
Block a user