From f1f4eea0a33be061b06952f9044dd093f27e52e9 Mon Sep 17 00:00:00 2001 From: AwfulNasty <134216568+AwfulNasty@users.noreply.github.com> Date: Thu, 21 Sep 2023 22:54:38 -0400 Subject: [PATCH 1/3] Improved Movement Draft Allows for middle click to be used to drag around the room canvas. Clicking within the edge of a room object allows it to be resized by dragging once the object has been selected. --- .../Editors/UndertaleRoomEditor.xaml | 14 +- .../Editors/UndertaleRoomEditor.xaml.cs | 365 ++++++++++++++++-- 2 files changed, 347 insertions(+), 32 deletions(-) diff --git a/UndertaleModTool/Editors/UndertaleRoomEditor.xaml b/UndertaleModTool/Editors/UndertaleRoomEditor.xaml index c1a3a53d9..a912d7256 100644 --- a/UndertaleModTool/Editors/UndertaleRoomEditor.xaml +++ b/UndertaleModTool/Editors/UndertaleRoomEditor.xaml @@ -67,7 +67,8 @@ - + + @@ -78,8 +79,12 @@ + + + + - @@ -1149,12 +1154,13 @@ + - +