From 0f43d3a24a26435c5805261af40880cb96bdc9f2 Mon Sep 17 00:00:00 2001
From: miepzerino <o.skotnik@gmail.com>
Date: Sun, 06 Apr 2025 16:38:43 +0000
Subject: [PATCH] #48 added chunk caching

---
 Assets/Scenes/GameplayScene.unity |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Assets/Scenes/GameplayScene.unity b/Assets/Scenes/GameplayScene.unity
index 5b06c17..88982ad 100644
--- a/Assets/Scenes/GameplayScene.unity
+++ b/Assets/Scenes/GameplayScene.unity
@@ -5316,13 +5316,15 @@
   spriteRenderer: {fileID: 2136420134}
   transitionRenderer: {fileID: 0}
   backgroundLayers:
-  - yThreshold: -1
+  - yThreshold: -5
     backgroundSprite: {fileID: 21300000, guid: 7d5be99b0261348468ab492c35422f1b, type: 3}
+    transitionDistance: 4
     parallaxEffect: 0.439
   - yThreshold: -300
     backgroundSprite: {fileID: 21300000, guid: 58a6eeb45a0e2674ab35114433129f28, type: 3}
+    transitionDistance: 5
     parallaxEffect: 0.482
-  transitionDuration: 1
+  playerTransform: {fileID: 254538002}
 --- !u!114 &18669457987763773
 MonoBehaviour:
   m_ObjectHideFlags: 0

--
Gitblit v1.9.3