From 0432f21110e4953f0094f348637b50e72dd7edba Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 1 Aug 2024 01:14:19 +1000 Subject: [PATCH] Add sprite exporting (#29874) * Redo of code * Dump IDs on lobby exports --- Content.Client/Lobby/LobbyUIController.cs | 1 + .../Lobby/UI/HumanoidProfileEditor.xaml | 2 + .../Lobby/UI/HumanoidProfileEditor.xaml.cs | 49 +++- Content.Client/Sprite/ContentSpriteSystem.cs | 218 ++++++++++++++++++ .../en-US/administration/admin-verbs.ftl | 2 + .../ui/humanoid-profile-editor.ftl | 2 + 6 files changed, 272 insertions(+), 2 deletions(-) create mode 100644 Content.Client/Sprite/ContentSpriteSystem.cs diff --git a/Content.Client/Lobby/LobbyUIController.cs b/Content.Client/Lobby/LobbyUIController.cs index 824a842d56..1cdaaccc4e 100644 --- a/Content.Client/Lobby/LobbyUIController.cs +++ b/Content.Client/Lobby/LobbyUIController.cs @@ -272,6 +272,7 @@ public sealed class LobbyUIController : UIController, IOnStateEntered