From 1f5e0ac5a8a5b5f0080cc22fd171661aa7aae789 Mon Sep 17 00:00:00 2001 From: Sophie Date: Fri, 8 Apr 2016 12:15:16 -0400 Subject: [PATCH] changed z offset of planet parts --- Assets/Scripts/PlanetManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/PlanetManager.cs b/Assets/Scripts/PlanetManager.cs index f9df79b..93a205c 100644 --- a/Assets/Scripts/PlanetManager.cs +++ b/Assets/Scripts/PlanetManager.cs @@ -78,7 +78,7 @@ public class PlanetManager : MonoBehaviour } } - w.sprite.transform.localScale = new Vector3(w.offset, w.offset,0.0f); + w.sprite.transform.localScale = new Vector3(w.offset, w.offset,1.0f); } }