Added load mechanic to temporary scripts to allow the player modifications to it.

This commit is contained in:
2026-05-11 22:00:48 +02:00
parent 4dc8ffe55a
commit d5e907a8b8
2 changed files with 46 additions and 1 deletions
+1 -1
View File
@@ -12,8 +12,8 @@ public partial class Robot : Node3D
private const float MaintenanceLossPerSecond = 0.025f;
private bool isExecuting = false;
private ProgramNode currentNode;
public ProgramNode currentNode;
public string currentProgram;
public string currentMessage = "";
public float heat = 0f;