mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-15 03:31:38 +01:00
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"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 393 KiB |
3
Resources/Textures/Parallaxes/XenoParallaxNeb.png.yml
Normal file
3
Resources/Textures/Parallaxes/XenoParallaxNeb.png.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
preload: false
|
||||
sample:
|
||||
filter: true
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.9 MiB After Width: | Height: | Size: 784 KiB |
@@ -1 +1,3 @@
|
||||
preload: false
|
||||
sample:
|
||||
filter: true
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 343 KiB |
3
Resources/Textures/Parallaxes/space_map3.png.yml
Normal file
3
Resources/Textures/Parallaxes/space_map3.png.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
preload: false
|
||||
sample:
|
||||
filter: true
|
||||
Reference in New Issue
Block a user