Skip to content

Commit

Permalink
Converts all existing lobby art to WebP (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adeinitas authored Jun 8, 2024
1 parent b68884b commit 80a7e29
Show file tree
Hide file tree
Showing 22 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions Resources/Prototypes/lobbyscreens.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
- type: lobbyBackground
id: MedbayMadness
background: /Textures/LobbyScreens/MedbayMadness.png
background: /Textures/LobbyScreens/MedbayMadness.webp

- type: lobbyBackground
id: Revenant
background: /Textures/LobbyScreens/revenant.png
background: /Textures/LobbyScreens/revenant.webp

- type: lobbyBackground
id: Oracle
background: /Textures/LobbyScreens/oracle.png
background: /Textures/LobbyScreens/oracle.webp

- type: lobbyBackground
id: aBadShift
background: /Textures/LobbyScreens/aBadShift.png
background: /Textures/LobbyScreens/aBadShift.webp

- type: lobbyBackground
id: Bar
background: /Textures/LobbyScreens/Bar.png
background: /Textures/LobbyScreens/Bar.webp

- type: lobbyBackground
id: CodeDeltaGamma
background: /Textures/LobbyScreens/CodeDeltaGamma.png
background: /Textures/LobbyScreens/CodeDeltaGamma.webp

- type: lobbyBackground
id: CupOfVelta
background: /Textures/LobbyScreens/CupOfVelta.png
background: /Textures/LobbyScreens/CupOfVelta.webp

- type: lobbyBackground
id: Epistemics
background: /Textures/LobbyScreens/Epistemics.png
background: /Textures/LobbyScreens/Epistemics.webp

- type: lobbyBackground
id: Singulo
background: /Textures/LobbyScreens/Singulo.png
background: /Textures/LobbyScreens/Singulo.webp

- type: lobbyBackground
id: TechnologicalProgress
background: /Textures/LobbyScreens/DeltaV__Technological_Progress_by_threlo.png
background: /Textures/LobbyScreens/DeltaV__Technological_Progress_by_threlo.webp

- type: lobbyBackground
id: OperatorPlush
Expand Down
Binary file removed Resources/Textures/LobbyScreens/Bar.png
Binary file not shown.
Binary file added Resources/Textures/LobbyScreens/Bar.webp
Binary file not shown.
Binary file removed Resources/Textures/LobbyScreens/CodeDeltaGamma.png
Binary file not shown.
Binary file not shown.
Binary file removed Resources/Textures/LobbyScreens/CupOfVelta.png
Binary file not shown.
Binary file added Resources/Textures/LobbyScreens/CupOfVelta.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Resources/Textures/LobbyScreens/Epistemics.png
Binary file not shown.
Binary file added Resources/Textures/LobbyScreens/Epistemics.webp
Binary file not shown.
Binary file removed Resources/Textures/LobbyScreens/MedbayMadness.png
Binary file not shown.
Binary file not shown.
Binary file removed Resources/Textures/LobbyScreens/Singulo.png
Binary file not shown.
Binary file added Resources/Textures/LobbyScreens/Singulo.webp
Binary file not shown.
Binary file removed Resources/Textures/LobbyScreens/aBadShift.png
Binary file not shown.
Binary file not shown.
20 changes: 10 additions & 10 deletions Resources/Textures/LobbyScreens/attributions.yml
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
- files: ["MedbayMadness.png"]
- files: ["MedbayMadness.webp"]
license: "CC-BY-4.0"
copyright: "Kimikyu#0001 on discord / @vkimikyu on Twitter"
source: "https://twitter.com/vkimikyu"

- files: ["revenant.png"]
- files: ["revenant.webp"]
license: "CC-BY-4.0"
copyright: "Leonardo DaBepis#4869 on discord / @leonardo-dabepis on Tumblr"
source: "https://leonardo-dabepis.tumblr.com/"

- files: ["oracle.png"]
- files: ["oracle.webp"]
license: "CC-BY-4.0"
copyright: "Leonardo DaBepis#4869 on discord / @leonardo-dabepis on Tumblr"
source: "https://leonardo-dabepis.tumblr.com/"

- files: ["aBadShift.png"]
- files: ["aBadShift.webp"]
license: "CC-BY-4.0"
copyright: "art by user DEminerDG / @desmondeccho on Instagram"
source: "https://www.instagram.com/desmondeccho/"

- files: ["Bar.png"]
- files: ["Bar.webp"]
license: "CC0-1.0"
copyright: "justani on discord / @itjustani on Tumblr"
source: "https://itjustani.carrd.co/"

- files: ["CodeDeltaGamma.png"]
- files: ["CodeDeltaGamma.webp"]
license: "CC0-1.0"
copyright: "ps3moira @ DeltaV"
source: "https://discord.gg/deltav"

- files: ["CupOfVelta.png"]
- files: ["CupOfVelta.webp"]
license: "CC0-1.0"
copyright: "TJohnson @ DeltaV"
source: "https://discord.gg/deltav"

- files: ["Epistemics.png"]
- files: ["Epistemics.webp"]
license: "CC0-1.0"
copyright: "Luckass on discord / v7 @ DeltaV"
source: "https://discord.gg/deltav"

- files: ["Singulo.png"]
- files: ["Singulo.webp"]
license: "CC0-1.0"
copyright: "iced0ver on discord / UBlueberry @ DeltaV"
source: "https://discord.gg/deltav"

- files: ["DeltaV__Technological_Progress_by_threlo.png"]
- files: ["DeltaV__Technological_Progress_by_threlo.webp"]
license: "Custom"
copyright: "CC-BY-NC-ND-4.0 / threlo on discord / @threlo on itaku"
source: "https://linktr.ee/threlo"
Expand Down
Binary file removed Resources/Textures/LobbyScreens/oracle.png
Binary file not shown.
Binary file added Resources/Textures/LobbyScreens/oracle.webp
Binary file not shown.
Binary file removed Resources/Textures/LobbyScreens/revenant.png
Binary file not shown.
Binary file added Resources/Textures/LobbyScreens/revenant.webp
Binary file not shown.

0 comments on commit 80a7e29

Please sign in to comment.