Scale down 4k parallax textures (#38390)

* Scale down 4k textures, add false preload to new parallaxes

* Add filter effect, also make sure the preload yml actually has the correct name...
This commit is contained in:
SlamBamActionman
2025-06-17 18:53:58 +02:00
committed by GitHub
parent 3c297d0620
commit 22e6aef2c5
8 changed files with 11 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
!type:ImageParallaxTextureSource
path: "/Textures/Parallaxes/space_map2.png"
slowness: 0.995
scale: "1, 1"
scale: "4, 4"
- texture:
!type:GeneratedParallaxTextureSource
id: "hq_wizard_stars"

View File

@@ -5,7 +5,7 @@
!type:ImageParallaxTextureSource
path: "/Textures/Parallaxes/space_map3.png"
slowness: 0.998046875
scale: "1, 1"
scale: "4, 4"
- texture:
!type:GeneratedParallaxTextureSource
id: "hq_wizard_stars"
@@ -20,7 +20,7 @@
!type:ImageParallaxTextureSource
path: "/Textures/Parallaxes/XenoParallaxNeb.png"
slowness: 0.967046875
scale: "1, 1"
scale: "4, 4"
- texture:
!type:GeneratedParallaxTextureSource
id: "hq_wizard_stars_faster"