diff --git a/Resources/Maps/aspid.yml b/Resources/Maps/aspid.yml index 001c2437b8..ff244c3db5 100644 --- a/Resources/Maps/aspid.yml +++ b/Resources/Maps/aspid.yml @@ -109,6 +109,8 @@ entities: - type: PhysicsMap - type: Broadphase - type: OccluderTree + - parallax: AspidParallax + type: Parallax - uid: 1 components: - type: MetaData diff --git a/Resources/Prototypes/Parallaxes/aspid.yml b/Resources/Prototypes/Parallaxes/aspid.yml new file mode 100644 index 0000000000..efcce1500d --- /dev/null +++ b/Resources/Prototypes/Parallaxes/aspid.yml @@ -0,0 +1,40 @@ +- type: parallax + id: AspidParallax + layers: + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/Parallaxes/AspidParallaxBG.png" + slowness: 0.998046875 + scale: "1, 1" + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars" + configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml" + slowness: 0.986625 + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_dim" + configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml" + slowness: 0.979375 + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/Parallaxes/AspidParallaxNeb.png" + slowness: 0.967046875 + scale: "1, 1" + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_faster" + configPath: "/Prototypes/Parallaxes/parallax_config_stars-2.toml" + slowness: 0.957265625 + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_dim_faster" + configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim-2.toml" + slowness: 0.954352 + layersLQ: + - texture: + !type:GeneratedParallaxTextureSource + id: "" + configPath: "/Prototypes/Parallaxes/parallax_config.toml" + slowness: 0.875 + layersLQUseHQ: false diff --git a/Resources/Textures/Parallaxes/AspidParallaxBG.png b/Resources/Textures/Parallaxes/AspidParallaxBG.png new file mode 100644 index 0000000000..9c7074c7a4 Binary files /dev/null and b/Resources/Textures/Parallaxes/AspidParallaxBG.png differ diff --git a/Resources/Textures/Parallaxes/AspidParallaxNeb.png b/Resources/Textures/Parallaxes/AspidParallaxNeb.png new file mode 100644 index 0000000000..0f555c143e Binary files /dev/null and b/Resources/Textures/Parallaxes/AspidParallaxNeb.png differ diff --git a/Resources/Textures/Parallaxes/attributions.yml b/Resources/Textures/Parallaxes/attributions.yml index 31f8d6e471..71f0c919d2 100644 --- a/Resources/Textures/Parallaxes/attributions.yml +++ b/Resources/Textures/Parallaxes/attributions.yml @@ -2,3 +2,8 @@ license: "CC-BY-NC-SA-3.0" copyright: "by Adipemdragon for tgstation, taken at commit 3839e860a7f3102b1488285d3319f61bbfe1fa51 from parallax.dmi" source: "https://github.com/tgstation/tgstation" + +- files: ["KettleParallaxNeb.png", "KettleParallaxBG.png", "AspidParallaxBG.png", "AspidParallaxBG.png"] + license: "CC0-1.0" + copyright: "adapted from Screaming Brain Studios" + source: "https://opengameart.org/content/seamless-space-backgrounds" \ No newline at end of file