]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Aspid Parallax (#14359)
authorCheckraze <71046427+Cheackraze@users.noreply.github.com>
Tue, 7 Mar 2023 00:33:03 +0000 (19:33 -0500)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2023 00:33:03 +0000 (20:33 -0400)
Resources/Maps/aspid.yml
Resources/Prototypes/Parallaxes/aspid.yml [new file with mode: 0644]
Resources/Textures/Parallaxes/AspidParallaxBG.png [new file with mode: 0644]
Resources/Textures/Parallaxes/AspidParallaxNeb.png [new file with mode: 0644]
Resources/Textures/Parallaxes/attributions.yml

index 001c2437b80ba76e560c48ed1b75d91578bd6780..ff244c3db534b8c871534d65a5cc26000220faaa 100644 (file)
@@ -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 (file)
index 0000000..efcce15
--- /dev/null
@@ -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 (file)
index 0000000..9c7074c
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 (file)
index 0000000..0f555c1
Binary files /dev/null and b/Resources/Textures/Parallaxes/AspidParallaxNeb.png differ
index 31f8d6e471c087012471bbc270206f4dbe54f413..71f0c919d29442ca6d5d29ca8712211839f0ebd6 100644 (file)
@@ -2,3 +2,8 @@
   license: "CC-BY-NC-SA-3.0"\r
   copyright: "by Adipemdragon for tgstation, taken at commit 3839e860a7f3102b1488285d3319f61bbfe1fa51 from parallax.dmi"\r
   source: "https://github.com/tgstation/tgstation"\r
+\r
+- files: ["KettleParallaxNeb.png", "KettleParallaxBG.png", "AspidParallaxBG.png", "AspidParallaxBG.png"]\r
+  license: "CC0-1.0"\r
+  copyright: "adapted from Screaming Brain Studios"\r
+  source: "https://opengameart.org/content/seamless-space-backgrounds"
\ No newline at end of file