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:
@@ -120,6 +120,11 @@ public partial class card_edit_popup : ConfirmationDialog
|
||||
{
|
||||
// Hide();
|
||||
}
|
||||
public void DeleteCard()
|
||||
{
|
||||
this.GetParentOfType<game>().DeleteCards(EditingCard.CardId);
|
||||
Hide();
|
||||
}
|
||||
public void FileSelected(string path)
|
||||
{
|
||||
Image image = new();
|
||||
|
||||
Reference in New Issue
Block a user