From 7578f064611547a26a99b83c677b5a29e26e1c91 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 12 Oct 2025 09:00:32 +0200 Subject: [PATCH] Fix train parallax config (#40844) Had many layers that were doing absolutely nothing because they were covered by AspidParallaxBG being there twice. This parallax config is only used by the dev main menu, but it can't hurt to fix. --- Resources/Prototypes/Parallaxes/train.yml | 30 ----------------------- 1 file changed, 30 deletions(-) diff --git a/Resources/Prototypes/Parallaxes/train.yml b/Resources/Prototypes/Parallaxes/train.yml index e47cedfc2a..2bd7ac18e4 100644 --- a/Resources/Prototypes/Parallaxes/train.yml +++ b/Resources/Prototypes/Parallaxes/train.yml @@ -1,36 +1,6 @@ - type: parallax id: TrainStation layers: - - texture: - !type:ImageParallaxTextureSource - path: "/Textures/Parallaxes/AspidParallaxBG.png" - slowness: 0.998046875 - scale: "0.5, 0.5" - scrolling: "0, -0.098046875" - - texture: - !type:GeneratedParallaxTextureSource - id: "hq_wizard_stars" - configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml" - slowness: 0.996625 - scrolling: "0, -0.196625" - - texture: - !type:GeneratedParallaxTextureSource - id: "hq_wizard_stars_dim" - configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml" - slowness: 0.989375 - scrolling: "0, -0.209375" - - texture: - !type:GeneratedParallaxTextureSource - id: "hq_wizard_stars_faster" - configPath: "/Prototypes/Parallaxes/parallax_config_stars-2.toml" - slowness: 0.987265625 - scrolling: "0, -0.287265625" - - texture: - !type:GeneratedParallaxTextureSource - id: "hq_wizard_stars_dim_faster" - configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim-2.toml" - slowness: 0.984352 - scrolling: "0, -0.384352" - texture: !type:ImageParallaxTextureSource path: "/Textures/Parallaxes/AspidParallaxBG.png" -- 2.51.2