basically function but needs a lot of refinement

This commit is contained in:
2024-04-23 03:24:23 -05:00
parent 3ac7bf33c4
commit d3beca8014
26 changed files with 985 additions and 345 deletions

9
row.cs
View File

@@ -3,6 +3,7 @@ using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
public partial class row : Control
{
@@ -89,6 +90,14 @@ public partial class row : Control
public override void _Process(double delta)
{
}
public override void _Input(InputEvent @event)
{
}
private void RowMenu()
{
}
public void DropOn(Vector2 atPosition, Variant data)
{
GD.Print($"Dropping at {atPosition}");