Aspid Parallax (#14359)
This commit is contained in:
@@ -109,6 +109,8 @@ entities:
|
||||
- type: PhysicsMap
|
||||
- type: Broadphase
|
||||
- type: OccluderTree
|
||||
- parallax: AspidParallax
|
||||
type: Parallax
|
||||
- uid: 1
|
||||
components:
|
||||
- type: MetaData
|
||||
|
||||
40
Resources/Prototypes/Parallaxes/aspid.yml
Normal file
40
Resources/Prototypes/Parallaxes/aspid.yml
Normal 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
|
||||
BIN
Resources/Textures/Parallaxes/AspidParallaxBG.png
Normal file
BIN
Resources/Textures/Parallaxes/AspidParallaxBG.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 749 KiB |
BIN
Resources/Textures/Parallaxes/AspidParallaxNeb.png
Normal file
BIN
Resources/Textures/Parallaxes/AspidParallaxNeb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 MiB |
@@ -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"
|
||||
Reference in New Issue
Block a user