From 61cab596d84c891f2078b89a5f370ea501f2c67a Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 16 Oct 2025 00:47:54 +0200 Subject: [PATCH] Don't preload purple_nebula.png parallax sprite (#40936) Also set filter on it because it should have --- Resources/Textures/Parallaxes/purple_nebula.png.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Resources/Textures/Parallaxes/purple_nebula.png.yml diff --git a/Resources/Textures/Parallaxes/purple_nebula.png.yml b/Resources/Textures/Parallaxes/purple_nebula.png.yml new file mode 100644 index 0000000000..33ec7fbea5 --- /dev/null +++ b/Resources/Textures/Parallaxes/purple_nebula.png.yml @@ -0,0 +1,3 @@ +preload: false +sample: + filter: true -- 2.51.2