diff --git a/Resources/Textures/UserInterface/lobby_back.png b/Resources/Textures/UserInterface/lobby_back.png new file mode 100644 index 000000000..1a7edd863 Binary files /dev/null and b/Resources/Textures/UserInterface/lobby_back.png differ diff --git a/Resources/Textures/UserInterface/lobby_back_green.png b/Resources/Textures/UserInterface/lobby_back_green.png new file mode 100644 index 000000000..adad68095 Binary files /dev/null and b/Resources/Textures/UserInterface/lobby_back_green.png differ diff --git a/SS14.Client.Services/State/States/LobbyMenu.cs b/SS14.Client.Services/State/States/LobbyMenu.cs index 5a19584ce..78303e425 100644 --- a/SS14.Client.Services/State/States/LobbyMenu.cs +++ b/SS14.Client.Services/State/States/LobbyMenu.cs @@ -39,6 +39,7 @@ namespace SS14.Client.Services.State.States private readonly SimpleImage _imgMainBg; private SimpleImage _imgChatBg; private ImageButton _btnReady; + private ImageButton _btnBack; private readonly List