🚧 reworked farming system to work with indices instead of positions

This commit is contained in:
2025-11-11 14:02:03 +01:00
parent 97dcadf07a
commit 55f0d2a77e
11 changed files with 98 additions and 84 deletions
@@ -0,0 +1,8 @@
using Godot;
namespace Babushka.scripts.CSharp.Low_Code.Variables;
public partial class VariableNode : Node
{
[Export] public Variant Payload { get; set; }
}
@@ -0,0 +1 @@
uid://j2mhvb45egej