Added resources to the game and prepared scripts for later usage
This commit is contained in:
@@ -33,11 +33,6 @@ public partial class Robot : Node3D
|
||||
|
||||
}
|
||||
|
||||
public void OnClicked()
|
||||
{
|
||||
GetNode<UIHandler>("/root/Main/CanvasLayer/UIHandler").ShowCodingWindow(this);
|
||||
}
|
||||
|
||||
public void SetupExecution(List<ProgramNode> nodes)
|
||||
{
|
||||
this.nodes = [.. nodes];
|
||||
|
||||
Reference in New Issue
Block a user