island map + ocean parallax
This commit is contained in:
1810
Resources/Maps/_CP14/island.yml
Normal file
1810
Resources/Maps/_CP14/island.yml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
33
Resources/Prototypes/_CP14/Parallax/ocean.yml
Normal file
33
Resources/Prototypes/_CP14/Parallax/ocean.yml
Normal 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
|
||||
@@ -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"
|
||||
BIN
Resources/Textures/_CP14/Parallaxes/ocean.png
Normal file
BIN
Resources/Textures/_CP14/Parallaxes/ocean.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 130 KiB |
BIN
Resources/Textures/_CP14/Parallaxes/ocean_overlay.png
Normal file
BIN
Resources/Textures/_CP14/Parallaxes/ocean_overlay.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 418 KiB |
BIN
Resources/Textures/_CP14/Parallaxes/ocean_overlay2.png
Normal file
BIN
Resources/Textures/_CP14/Parallaxes/ocean_overlay2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 303 KiB |
Reference in New Issue
Block a user