From f9b6d5a0d813013c14612d7ee82d629b038d9415 Mon Sep 17 00:00:00 2001 From: Skirlez Date: Sat, 5 Oct 2024 16:56:59 +0300 Subject: [PATCH 1/3] Add parent entry to code editor --- UndertaleModTool/Editors/UndertaleCodeEditor.xaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/UndertaleModTool/Editors/UndertaleCodeEditor.xaml b/UndertaleModTool/Editors/UndertaleCodeEditor.xaml index d6c6aca18..65565aedf 100644 --- a/UndertaleModTool/Editors/UndertaleCodeEditor.xaml +++ b/UndertaleModTool/Editors/UndertaleCodeEditor.xaml @@ -14,6 +14,9 @@ + + + @@ -24,6 +27,7 @@ + @@ -39,7 +43,10 @@ Offset - + Parent entry + + + Date: Thu, 24 Oct 2024 11:53:15 +0300 Subject: [PATCH 2/3] Added CanDragInto property to UndertaleObjectReference --- .../Controls/UndertaleObjectReference.xaml | 6 ++-- .../Controls/UndertaleObjectReference.xaml.cs | 29 ++++++++++++++----- .../Editors/UndertaleCodeEditor.xaml | 2 +- 3 files changed, 27 insertions(+), 10 deletions(-) diff --git a/UndertaleModTool/Controls/UndertaleObjectReference.xaml b/UndertaleModTool/Controls/UndertaleObjectReference.xaml index 43db49af2..ea1df856f 100644 --- a/UndertaleModTool/Controls/UndertaleObjectReference.xaml +++ b/UndertaleModTool/Controls/UndertaleObjectReference.xaml @@ -22,13 +22,15 @@