[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>
BIN
modular_chomp/html/lobby/chompstation.webp
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
modular_chomp/html/lobby/chompstation_eggman.gif
Normal file
|
After Width: | Height: | Size: 5.9 MiB |
BIN
modular_chomp/html/lobby/chompstation_old.png
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
modular_chomp/html/lobby/cryogaia.webp
Normal file
|
After Width: | Height: | Size: 121 KiB |
BIN
modular_chomp/html/lobby/cryogaia_static.png
Normal file
|
After Width: | Height: | Size: 294 KiB |
BIN
modular_chomp/icons/misc/splash_screen.dmi
Normal file
|
After Width: | Height: | Size: 2.2 MiB |
BIN
modular_chomp/icons/misc/title_ch.dmi
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
modular_chomp/icons/misc/title_yw.dmi
Normal file
|
After Width: | Height: | Size: 2.2 MiB |
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||