mirror of
https://codeberg.org/Ikatono/TierMaker.git
synced 2025-10-28 20:45:35 -05:00
functional card/row edit and drag
This commit is contained in:
@@ -18,6 +18,6 @@ public partial class RowCardContainer : HFlowContainer
|
||||
}
|
||||
public override void _DropData(Vector2 atPosition, Variant data)
|
||||
{
|
||||
this.GetParentOfType<row>().DropOn(atPosition, data);
|
||||
this.GetParentOfType<row>().DropCardOn(atPosition, data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user