[MIRROR] Convert all of the lobby gifs to either png or webp (#10800)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-29 11:12:02 -07:00
committed by GitHub
parent 1df3d10e10
commit 0c62dd09b2
60 changed files with 38 additions and 37 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

@@ -28,7 +28,7 @@
full_name = "NLS Relic Base"
path = "relicbase"
lobby_screens = list('icons/misc/CHOMPSTATION_BG_eggman.gif')
lobby_screens = list('modular_chomp/html/lobby/chompstation.webp')
id_hud_icons = 'icons/mob/hud_jobs_vr.dmi'
holomap_smoosh = list(list(

View File

@@ -38,7 +38,7 @@ but they don't actually change anything about the load order
full_name = "Soluna Nexus"
path = "soluna_nexus"
lobby_screens = list('icons/misc/CHOMPSTATION_BG_eggman.gif')
lobby_screens = list('modular_chomp/html/lobby/chompstation.webp')
id_hud_icons = 'icons/mob/hud_jobs_vr.dmi'
holomap_smoosh = list(list(

View File

@@ -38,7 +38,7 @@ but they don't actually change anything about the load order
full_name = "Southern Cross"
path = "southern_cross"
lobby_screens = list('icons/misc/CHOMPSTATION_BG_eggman.gif')
lobby_screens = list('modular_chomp/html/lobby/chompstation.webp')
id_hud_icons = 'icons/mob/hud_jobs_vr.dmi'
holomap_smoosh = list(list(

View File

@@ -6,7 +6,7 @@
full_name = "NSS Ade-testing"
path = "virgo_minitest"
lobby_screens = list('html/lobby/logo2.gif')
lobby_screens = list('modular_chomp/html/lobby/chompstation_eggman.gif')
id_hud_icons = 'icons/mob/hud_jobs_vr.dmi'

View File

@@ -122,7 +122,7 @@ var/list/all_maps = list()
var/datum/skybox_settings/default_skybox // What skybox do we use if a zlevel doesn't have a custom one? Provide a type.
var/list/lobby_screens = list('icons/misc/CHOMPSTATION_BG_eggman.gif') // The list of lobby screen to pick() from. If left unset the first icon state is always selected.
var/list/lobby_screens = list('modular_chomp/html/lobby/chompstation.webp') // The list of lobby screen to pick() from. If left unset the first icon state is always selected.
var/default_law_type = /datum/ai_laws/nanotrasen // The default lawset use by synth units, if not overriden by their laws var.