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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user