Finished new node approach

This commit is contained in:
2026-05-14 09:58:35 +02:00
parent 33a618b0b9
commit bd6cdeb97b
5 changed files with 332 additions and 48 deletions
-1
View File
@@ -35,7 +35,6 @@ public partial class Robot : Node3D
{
if (CanExecute(delta))
{
GD.Print(currentNode.DisplayText);
switch (currentNode.Execute(this, delta))
{
case NodeResult.SUCCESS: