mirror of
https://codeberg.org/Ikatono/TierMaker.git
synced 2025-10-28 20:45:35 -05:00
basically function but needs a lot of refinement
This commit is contained in:
9
row.cs
9
row.cs
@@ -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}");
|
||||
|
||||
Reference in New Issue
Block a user