From 8175814de953b4de8b218cc7d7cc951652d2c84c Mon Sep 17 00:00:00 2001 From: dal4segno Date: Wed, 4 Feb 2026 15:00:38 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EC=9E=90=EC=9B=90?= =?UTF-8?q?=EC=9D=80=20=ED=95=AD=EC=83=81=20=ED=92=88=EC=A7=88=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/MapGenerator.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Assets/Scripts/MapGenerator.cs b/Assets/Scripts/MapGenerator.cs index 50770a8..922f779 100644 --- a/Assets/Scripts/MapGenerator.cs +++ b/Assets/Scripts/MapGenerator.cs @@ -162,6 +162,11 @@ namespace Northbound if (resources.Length > 0) { _initialResourcePosition = new Vector2(resources[0].transform.position.x, resources[0].transform.position.z); + + foreach (var resource in resources) + { + resource.InitializeQuality(0f); + } } else {