Widescreen lobby art (#21521)

* wide_art

* state_swap

* centralised-tweaks

* better code

* sdmm2 moment

* Update code/game/turfs/simulated/walls_indestructible.dm
This commit is contained in:
S34N
2023-07-10 17:23:17 +01:00
committed by GitHub
parent 3074bb1852
commit 725b0e00a4
5 changed files with 9 additions and 6 deletions
@@ -32,3 +32,6 @@ SUBSYSTEM_DEF(title)
for(var/turf/simulated/wall/indestructible/splashscreen/splash in world)
splash.icon = icon
// Below operations are needed to centrally place the new splashscreen on the lobby area
splash.pixel_x = -((icon.Width() - world.icon_size) / 2)
splash.pixel_y = -((icon.Height() - world.icon_size) / 2)