diff --git a/Resources/Prototypes/lobbyscreens.yml b/Resources/Prototypes/lobbyscreens.yml index d2deb4c96a6..5cb65f3202a 100644 --- a/Resources/Prototypes/lobbyscreens.yml +++ b/Resources/Prototypes/lobbyscreens.yml @@ -117,3 +117,11 @@ - type: lobbyBackground id: Gool1 background: /Textures/LobbyScreens/goal1.png + +- type: lobbyBackground + id: Cosmo1 + background: /Textures/LobbyScreens/cosmo1.png + +- type: lobbyBackground + id: Cat1 + background: /Textures/LobbyScreens/cat1.png diff --git a/Resources/Textures/LobbyScreens/cat1.png b/Resources/Textures/LobbyScreens/cat1.png new file mode 100644 index 00000000000..e7047bfd352 Binary files /dev/null and b/Resources/Textures/LobbyScreens/cat1.png differ diff --git a/Resources/Textures/LobbyScreens/cosmo1.png b/Resources/Textures/LobbyScreens/cosmo1.png new file mode 100644 index 00000000000..5e5ec7e97b5 Binary files /dev/null and b/Resources/Textures/LobbyScreens/cosmo1.png differ