Skip to content

Commit

Permalink
Changes the procgen clouds parallax with a solid nebulae (#7994)
Browse files Browse the repository at this point in the history
* Bruh

* slowdown the parallax
  • Loading branch information
DogZeroX authored May 8, 2022
1 parent 560a887 commit 87c927d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
22 changes: 7 additions & 15 deletions Resources/Prototypes/Parallaxes/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,17 @@
id: default
layers:
- texture:
!type:GeneratedParallaxTextureSource
id: "hq_wizard_clouds"
configPath: "/Prototypes/Parallaxes/parallax_config_clouds.toml"
slowness: 0.5
- texture:
!type:GeneratedParallaxTextureSource
id: "hq_wizard_stars_dim"
configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml"
slowness: 0.375
!type:ImageParallaxTextureSource
path: "/Textures/Parallax.rsi/Space1.png"
slowness: 0.8
scale: "1, 1"
- texture:
!type:GeneratedParallaxTextureSource
id: "hq_wizard_stars"
configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml"
slowness: 0.25
layersLQ:
- texture:
!type:GeneratedParallaxTextureSource
id: ""
configPath: "/Prototypes/Parallaxes/parallax_config.toml"
slowness: 0.5
layersLQUseHQ: false

id: "hq_wizard_stars_dim"
configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml"
slowness: 0.375
14 changes: 14 additions & 0 deletions Resources/Textures/Parallax.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -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 added Resources/Textures/Parallax.rsi/space1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 87c927d

Please sign in to comment.