mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Re-centers the title screen (#9227)
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user