Changes the procgen clouds parallax with a solid nebulae (#7994)

* Bruh

* slowdown the parallax
This commit is contained in:
T-Stalker
2022-05-07 21:49:22 -03:00
committed by GitHub
parent 560a8872e7
commit 87c927dfcd
3 changed files with 21 additions and 15 deletions

View File

@@ -2,25 +2,17 @@
id: default id: default
layers: layers:
- texture: - texture:
!type:GeneratedParallaxTextureSource !type:ImageParallaxTextureSource
id: "hq_wizard_clouds" path: "/Textures/Parallax.rsi/Space1.png"
configPath: "/Prototypes/Parallaxes/parallax_config_clouds.toml" slowness: 0.8
slowness: 0.5 scale: "1, 1"
- texture:
!type:GeneratedParallaxTextureSource
id: "hq_wizard_stars_dim"
configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml"
slowness: 0.375
- texture: - texture:
!type:GeneratedParallaxTextureSource !type:GeneratedParallaxTextureSource
id: "hq_wizard_stars" id: "hq_wizard_stars"
configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml" configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml"
slowness: 0.25 slowness: 0.25
layersLQ:
- texture: - texture:
!type:GeneratedParallaxTextureSource !type:GeneratedParallaxTextureSource
id: "" id: "hq_wizard_stars_dim"
configPath: "/Prototypes/Parallaxes/parallax_config.toml" configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml"
slowness: 0.5 slowness: 0.375
layersLQUseHQ: false

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/discordia-space/CEV-Eris/commits/master/icons/parallax.dmi",
"size": {
"x": 736,
"y": 736
},
"states": [
{
"name": "space1"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB