From dfd59de11ae1bdab207f64bcf9f68b60a704c40d Mon Sep 17 00:00:00 2001 From: Flipp Syder <76629141+vulppine@users.noreply.github.com> Date: Sat, 16 Oct 2021 06:40:25 -0700 Subject: [PATCH] Moves HumanoidProfileEditor and CharacterSetupGui to XAML (#4866) * Moves HumanoidProfileEditor to XAML * Moves CharacterSetupGui to XAML --- .../Preferences/UI/CharacterSetupGui.xaml | 45 ++ ...rSetupGui.cs => CharacterSetupGui.xaml.cs} | 121 +---- .../Preferences/UI/HumanoidProfileEditor.xaml | 131 ++++++ ...ditor.cs => HumanoidProfileEditor.xaml.cs} | 422 +++--------------- 4 files changed, 251 insertions(+), 468 deletions(-) create mode 100644 Content.Client/Preferences/UI/CharacterSetupGui.xaml rename Content.Client/Preferences/UI/{CharacterSetupGui.cs => CharacterSetupGui.xaml.cs} (68%) create mode 100644 Content.Client/Preferences/UI/HumanoidProfileEditor.xaml rename Content.Client/Preferences/UI/{HumanoidProfileEditor.cs => HumanoidProfileEditor.xaml.cs} (62%) diff --git a/Content.Client/Preferences/UI/CharacterSetupGui.xaml b/Content.Client/Preferences/UI/CharacterSetupGui.xaml new file mode 100644 index 0000000000..cc1ed26641 --- /dev/null +++ b/Content.Client/Preferences/UI/CharacterSetupGui.xaml @@ -0,0 +1,45 @@ + + + + + + +