From 454a14275f37173126b5a36ab8f1786067c387c3 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 6 Dec 2023 14:13:26 +0000 Subject: [PATCH] fix --- LoadDialog.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/LoadDialog.gd b/LoadDialog.gd index 7d52b31..83871ab 100644 --- a/LoadDialog.gd +++ b/LoadDialog.gd @@ -66,3 +66,4 @@ func _on_confirmed(): continue new_object.load_data(node_data) map.add_child(new_object) + $"../SaveDialog/LineEdit".text=$ItemList.get_item_text(item).get_basename()