From 14080c4bcde163402bedf26a5fbae09eda516f11 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 25 Jul 2022 15:42:34 +1000 Subject: [PATCH] Revert parallax (#10014) Woops, was using these values for testing scrolling parallax. --- Resources/Prototypes/Parallaxes/default.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Resources/Prototypes/Parallaxes/default.yml b/Resources/Prototypes/Parallaxes/default.yml index 9ee45da9ad..05f5c1668e 100644 --- a/Resources/Prototypes/Parallaxes/default.yml +++ b/Resources/Prototypes/Parallaxes/default.yml @@ -4,34 +4,34 @@ - texture: !type:ImageParallaxTextureSource path: "/Textures/Parallaxes/layer1.png" - slowness: 0.5 + slowness: 0.998046875 scale: "1, 1" - texture: !type:GeneratedParallaxTextureSource id: "hq_wizard_stars" configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml" - slowness: 0.25 - - texture: - !type:GeneratedParallaxTextureSource - id: "hq_wizard_stars_slower" - configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml" - slowness: 0.15 + slowness: 0.996625 - texture: !type:GeneratedParallaxTextureSource id: "hq_wizard_stars_dim" + configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml" + slowness: 0.989375 + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_faster" configPath: "/Prototypes/Parallaxes/parallax_config_stars-2.toml" - slowness: 0.375 + slowness: 0.987265625 - texture: !type:GeneratedParallaxTextureSource id: "hq_wizard_stars_dim_faster" configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim-2.toml" - slowness: 0.125 + slowness: 0.984352 layersLQ: - texture: !type:GeneratedParallaxTextureSource id: "" configPath: "/Prototypes/Parallaxes/parallax_config.toml" - slowness: 0.5 + slowness: 0.875 layersLQUseHQ: false # Because hyperspace and the menu need their own.