diff --git a/Resources/Prototypes/Parallaxes/default.yml b/Resources/Prototypes/Parallaxes/default.yml index 100edc4386..2b1ecf5718 100644 --- a/Resources/Prototypes/Parallaxes/default.yml +++ b/Resources/Prototypes/Parallaxes/default.yml @@ -2,24 +2,34 @@ id: default layers: - texture: - !type:GeneratedParallaxTextureSource - id: "hq_wizard_clouds" - configPath: "/Prototypes/Parallaxes/parallax_config_clouds.toml" + !type:ImageParallaxTextureSource + path: "/Textures/Parallaxes/layer1.png" slowness: 0.5 - - texture: - !type:GeneratedParallaxTextureSource - id: "hq_wizard_stars_dim" - configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml" - slowness: 0.375 + 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.toml" + slowness: 0.15 + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_dim" + configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml" + slowness: 0.375 + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_dim_faster" + configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml" + slowness: 0.125 layersLQ: - texture: !type:GeneratedParallaxTextureSource - id: "" - configPath: "/Prototypes/Parallaxes/parallax_config.toml" - slowness: 0.5 + id: "" + configPath: "/Prototypes/Parallaxes/parallax_config.toml" + slowness: 0.5 layersLQUseHQ: false diff --git a/Resources/Textures/Parallaxes/layer1.png b/Resources/Textures/Parallaxes/layer1.png new file mode 100644 index 0000000000..c5f7954630 Binary files /dev/null and b/Resources/Textures/Parallaxes/layer1.png differ diff --git a/Resources/Textures/Parallaxes/meta.json b/Resources/Textures/Parallaxes/meta.json new file mode 100644 index 0000000000..db64fc408b --- /dev/null +++ b/Resources/Textures/Parallaxes/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/tgstation/tgstation/blob/master/icons/effects/parallax.dmi", + "size": { + "x": 480, + "y": 480 + }, + "states": [ + { + "name": "layer1" + } + ] +} \ No newline at end of file