diff --git a/Resources/Prototypes/_White/AnimatedLobby/lobbyScreens.yml b/Resources/Prototypes/_White/AnimatedLobby/lobbyScreens.yml index 3a7025d6c8..4f7ec74a99 100644 --- a/Resources/Prototypes/_White/AnimatedLobby/lobbyScreens.yml +++ b/Resources/Prototypes/_White/AnimatedLobby/lobbyScreens.yml @@ -29,3 +29,7 @@ - type: animatedLobbyScreen id: VangoghLobbyScreen path: /Textures/_White/LobbyScreens/vangogh.rsi + +- type: animatedLobbyScreen + id: BrighLobbyScreen + path: /Textures/_White/LobbyScreens/brig.rsi diff --git a/Resources/Textures/_White/LobbyScreens/brig.rsi/1.png b/Resources/Textures/_White/LobbyScreens/brig.rsi/1.png new file mode 100644 index 0000000000..6c799a03dc Binary files /dev/null and b/Resources/Textures/_White/LobbyScreens/brig.rsi/1.png differ diff --git a/Resources/Textures/_White/LobbyScreens/brig.rsi/meta.json b/Resources/Textures/_White/LobbyScreens/brig.rsi/meta.json new file mode 100644 index 0000000000..35ca251da3 --- /dev/null +++ b/Resources/Textures/_White/LobbyScreens/brig.rsi/meta.json @@ -0,0 +1,19 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by Waggier", + "size": { + "x": 2000, + "y": 1200 + }, + "states": [ + { + "name": "1", + "delays": [ + [ + 0.1 + ] + ] + } + ] +} \ No newline at end of file