From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Sat, 17 Feb 2024 02:52:16 +0000 (+1100) Subject: New lobby art : Blueprint (#25179) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=90d02a590117b54a16b3af848f3b2fe0195724c9;p=space-station-14.git New lobby art : Blueprint (#25179) * add * replace image with webp version waiting on #25184 --- diff --git a/Resources/Prototypes/lobbyscreens.yml b/Resources/Prototypes/lobbyscreens.yml index b158d7856e..5d78c30c0f 100644 --- a/Resources/Prototypes/lobbyscreens.yml +++ b/Resources/Prototypes/lobbyscreens.yml @@ -1,4 +1,4 @@ -- type: lobbyBackground +- type: lobbyBackground id: Robotics background: /Textures/LobbyScreens/robotics.webp @@ -29,3 +29,7 @@ - type: lobbyBackground id: Doomed background: /Textures/LobbyScreens/doomed.webp + +- type: lobbyBackground + id: Blueprint + background: /Textures/LobbyScreens/blueprint.webp diff --git a/Resources/Textures/LobbyScreens/attributions.yml b/Resources/Textures/LobbyScreens/attributions.yml index c84bac0ebb..0e890ec893 100644 --- a/Resources/Textures/LobbyScreens/attributions.yml +++ b/Resources/Textures/LobbyScreens/attributions.yml @@ -27,3 +27,8 @@ license: "CC-BY-NC-SA-3.0" copyright: "brainfood1183 github" source: "https://github.com/space-wizards/space-station-14" + +- files: ["blueprint.webp"] + license: "CC-BY-NC-SA-3.0" + copyright: "data_redacted on discord" + source: "https://github.com/space-wizards/space-station-14" diff --git a/Resources/Textures/LobbyScreens/blueprint.png.yml b/Resources/Textures/LobbyScreens/blueprint.png.yml new file mode 100644 index 0000000000..5c43e23305 --- /dev/null +++ b/Resources/Textures/LobbyScreens/blueprint.png.yml @@ -0,0 +1,2 @@ +sample: + filter: true diff --git a/Resources/Textures/LobbyScreens/blueprint.webp b/Resources/Textures/LobbyScreens/blueprint.webp new file mode 100644 index 0000000000..50f88f55a2 Binary files /dev/null and b/Resources/Textures/LobbyScreens/blueprint.webp differ