Re-centers the title screen (#9227)

This commit is contained in:
GoldenAlpharex
2021-11-04 06:56:31 -04:00
committed by GitHub
parent deec733981
commit f60147e5d2
+2 -2
View File
@@ -76,7 +76,7 @@
desc = null
icon = 'icons/blank_title.png'
icon_state = ""
pixel_x = -64
pixel_x = 0 // SKYRAT EDIT - Re-centering the title screen - ORIGINAL: pixel_x = -64
plane = SPLASHSCREEN_PLANE
bullet_bounce_sound = null
@@ -96,7 +96,7 @@ INITIALIZE_IMMEDIATE(/turf/closed/indestructible/splashscreen)
if(width == 480) // 480x480 is nonwidescreen
pixel_x = 0
else if(width == 608) // 608x480 is widescreen
pixel_x = -64
pixel_x = 0 // SKYRAT EDIT - Re-centering the title screen - ORIGINAL: pixel_x = -64
/turf/closed/indestructible/splashscreen/vv_edit_var(var_name, var_value)
. = ..()