50 lines
1.2 KiB
YAML
50 lines
1.2 KiB
YAML
# SPDX-FileCopyrightText: 2022 metalgearsloth <metalgearsloth@gmail.com>
|
|
# SPDX-FileCopyrightText: 2023 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
- type: parallax
|
|
id: Sky
|
|
layers:
|
|
- texture:
|
|
!type:ImageParallaxTextureSource
|
|
path: "/Textures/Parallaxes/land.png"
|
|
slowness: 0.98
|
|
scale: 1,1
|
|
- texture:
|
|
!type:ImageParallaxTextureSource
|
|
path: "/Textures/Parallaxes/noise.png"
|
|
slowness: 0.95
|
|
scale: "2, 2"
|
|
scrolling: "0.1, -0.05"
|
|
|
|
- type: parallax
|
|
id: Dirt
|
|
layers:
|
|
- texture:
|
|
!type:ImageParallaxTextureSource
|
|
path: "/Textures/Tiles/Planet/Grass/grass.png"
|
|
slowness: 0
|
|
scale: "1, 1"
|
|
shader: ""
|
|
|
|
- type: parallax
|
|
id: Grass
|
|
layers:
|
|
- texture:
|
|
!type:ImageParallaxTextureSource
|
|
path: /Textures/Tiles/Planet/Grass/grass.png
|
|
slowness: 0
|
|
scale: "1, 1"
|
|
shader: ""
|
|
|
|
- type: parallax
|
|
id: Snow
|
|
layers:
|
|
- texture:
|
|
!type:ImageParallaxTextureSource
|
|
path: "/Textures/Tiles/snow.png"
|
|
slowness: 0
|
|
scale: "1, 1"
|
|
shader: "" |