island map + ocean parallax

This commit is contained in:
Ed
2024-10-28 14:01:33 +03:00
parent 4eff55b128
commit 93bd3fa8f1
7 changed files with 1851 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -14,6 +14,7 @@
- type: entity
name: observer spawn point
id: SpawnPointObserver
categories: [ ForkFiltered ]
parent: MarkerBase
components:
- type: Sprite
@@ -29,6 +30,7 @@
- type: entity
name: latejoin spawn point
id: SpawnPointLatejoin
categories: [ ForkFiltered ]
parent: SpawnPointJobBase
components:
- type: Sprite

View File

@@ -0,0 +1,33 @@
- type: parallax
id: CP14Ocean
layers:
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/_CP14/Parallaxes/ocean.png"
slowness: 0.5
scale: "1, 1"
scrolling: "0, -0.05"
shader: ""
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/_CP14/Parallaxes/ocean_overlay2.png"
slowness: 0.3
scale: "0.5, 0.5"
scrolling: "0.08, 0.08"
shader: ""
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/_CP14/Parallaxes/ocean_overlay.png"
slowness: 0.05
scale: "0.4, 0.4"
scrolling: "-0.1, -0.1"
shader: ""
layersLQ:
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/_CP14/Parallaxes/ocean.png"
slowness: 0.5
scale: "1, 1"
scrolling: "0, -0.05"
shader: ""
layersLQUseHQ: false

View File

@@ -1,4 +1,9 @@
- files: ["Shadows.png"]
license: "CC-BY-SA-3.0"
copyright: "Created by TheShuEd for CrystallPunk14"
source: "https://github.com/crystallpunk-14/crystall-punk-14"
source: "https://github.com/crystallpunk-14/crystall-punk-14"
- files: ["ocean.png", "ocean_overlay.png", "ocean_overlay2.png"]
license: "CC0-1.0"
copyright: "Created by TheShuEd"
source: "https://github.com/space-syndicate/space-station-14/pull/1938"

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB