WebP lobby images (#25184)

* Allow webp in lobby background files

* Make lobby art webp images

Reduces folder from 10 MB to 2.5 MB without only slight quality loss.

* Update PutLobbyScreensHere.txt
This commit is contained in:
Pieter-Jan Briers
2024-02-17 00:55:57 +01:00
committed by GitHub
parent 9e5261e2ce
commit 773d02f694
28 changed files with 17 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ public sealed partial class GameTicker
[ViewVariables]
private List<ResPath>? _lobbyBackgrounds;
private static readonly string[] WhitelistedBackgroundExtensions = new string[] {"png", "jpg", "jpeg"};
private static readonly string[] WhitelistedBackgroundExtensions = new string[] {"png", "jpg", "jpeg", "webp"};
private void InitializeLobbyBackground()
{