diff --git a/blueberryPeak/Assets/Shaders/Pixelation.meta b/blueberryPeak/Assets/Scripts/Pixelation.meta similarity index 100% rename from blueberryPeak/Assets/Shaders/Pixelation.meta rename to blueberryPeak/Assets/Scripts/Pixelation.meta diff --git a/blueberryPeak/Assets/Shaders/Pixelation/SetRenderTextureSize.cs b/blueberryPeak/Assets/Scripts/Pixelation/SetRenderTextureSize.cs similarity index 92% rename from blueberryPeak/Assets/Shaders/Pixelation/SetRenderTextureSize.cs rename to blueberryPeak/Assets/Scripts/Pixelation/SetRenderTextureSize.cs index 32d8774..8041334 100644 --- a/blueberryPeak/Assets/Shaders/Pixelation/SetRenderTextureSize.cs +++ b/blueberryPeak/Assets/Scripts/Pixelation/SetRenderTextureSize.cs @@ -44,6 +44,7 @@ public class SetRenderTextureSize : MonoBehaviour camera.targetTexture.wrapMode = TextureWrapMode.Clamp; renderImage.texture = camera.targetTexture; + renderImage.color = new Color(renderImage.color.r, renderImage.color.g, renderImage.color.b, 255); oldResolutionWidth = resolutionWidth; } diff --git a/blueberryPeak/Assets/Shaders/Pixelation/SetRenderTextureSize.cs.meta b/blueberryPeak/Assets/Scripts/Pixelation/SetRenderTextureSize.cs.meta similarity index 100% rename from blueberryPeak/Assets/Shaders/Pixelation/SetRenderTextureSize.cs.meta rename to blueberryPeak/Assets/Scripts/Pixelation/SetRenderTextureSize.cs.meta