Aspid Parallax (#14359)

This commit is contained in:
Checkraze
2023-03-06 19:33:03 -05:00
committed by GitHub
parent 45731e303e
commit 7c933160e6
5 changed files with 47 additions and 0 deletions

View File

@@ -109,6 +109,8 @@ entities:
- type: PhysicsMap - type: PhysicsMap
- type: Broadphase - type: Broadphase
- type: OccluderTree - type: OccluderTree
- parallax: AspidParallax
type: Parallax
- uid: 1 - uid: 1
components: components:
- type: MetaData - type: MetaData

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View File

@@ -2,3 +2,8 @@
license: "CC-BY-NC-SA-3.0" license: "CC-BY-NC-SA-3.0"
copyright: "by Adipemdragon for tgstation, taken at commit 3839e860a7f3102b1488285d3319f61bbfe1fa51 from parallax.dmi" copyright: "by Adipemdragon for tgstation, taken at commit 3839e860a7f3102b1488285d3319f61bbfe1fa51 from parallax.dmi"
source: "https://github.com/tgstation/tgstation" 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"