changed z offset of planet parts

This commit is contained in:
Sophie 2016-04-08 12:15:16 -04:00
parent a112925d97
commit 1f5e0ac5a8

View File

@ -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);
}
}