Amber Station - Small Improvements (#36335)

This commit is contained in:
Southbridge
2025-04-14 14:58:21 -04:00
committed by GitHub
parent 3dfaac808a
commit 1947b47d92
7 changed files with 10204 additions and 9611 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,52 @@
- type: parallax
id: AmberStation
layers:
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/Parallaxes/space_map2.png"
slowness: 0.995
scale: "1, 1"
- texture:
!type:GeneratedParallaxTextureSource
id: "hq_wizard_stars"
configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml"
slowness: 0.994
- texture:
!type:GeneratedParallaxTextureSource
id: "hq_wizard_stars_dim"
configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml"
slowness: 0.993
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/Parallaxes/Asteroids.png"
slowness: 0.990
scale: "0.4, 0.4"
worldHomePosition: "20.0, 100.0"
scrolling: "0.01, 0.0"
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/Parallaxes/Asteroids.png"
slowness: 0.987
scale: "0.6, 0.6"
scrolling: "-0.01, 0.0"
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/Parallaxes/debris_large.png"
slowness: 0.97
scale: "0.45, 0.45"
scrolling: "0.02, 0.0"
worldHomePosition: "0.0, -100"
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/Parallaxes/debris_small.png"
slowness: 0.95
scale: "0.50, 0.50"
scrolling: "-0.02, 0.0"
worldHomePosition: "0.0, 100"
layersLQ:
- texture:
!type:GeneratedParallaxTextureSource
id: ""
configPath: "/Prototypes/Parallaxes/parallax_config.toml"
slowness: 0.875
layersLQUseHQ: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -22,3 +22,8 @@
license: "CC-BY-NC-SA-3.0" license: "CC-BY-NC-SA-3.0"
copyright: "Drawn by Ubaser" copyright: "Drawn by Ubaser"
source: "https://github.com/space-wizards/space-station-14/blob/master/Resources/Textures/Parallaxes/core_planet.png" source: "https://github.com/space-wizards/space-station-14/blob/master/Resources/Textures/Parallaxes/core_planet.png"
- files: ["debris_small.png"]
license: "CC-BY-NC-SA-4.0"
copyright: "Drawn by Southbridge"
source: "https://github.com/space-wizards/space-station-14/blob/master/Resources/Textures/Parallaxes/debris_small.png"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 B

View File

@@ -60,3 +60,6 @@
- files: ["convex.yml"] - files: ["convex.yml"]
authors: Spacemann authors: Spacemann
- file: ["amber.yml"]
authors: Southbridge, Flipsie27