mirror of
https://github.com/ConjureETS/PixelSphinx.git
synced 2026-03-24 02:20:58 +00:00
changed z offset of planet parts
This commit is contained in:
parent
a112925d97
commit
1f5e0ac5a8
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user