mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Funny
This commit is contained in:
parent
c33149d1b8
commit
f42a7e9dba
@ -270,10 +270,13 @@ namespace NewHorizons
|
||||
|
||||
if (isEyeOfTheUniverse && IsWarpingFromShip)
|
||||
{
|
||||
if (_ship != null) SceneManager.MoveGameObjectToScene(_ship, SceneManager.GetActiveScene());
|
||||
if (_ship != null)
|
||||
{
|
||||
SceneManager.MoveGameObjectToScene(_ship, SceneManager.GetActiveScene());
|
||||
_ship.transform.position = new Vector3(50, 0, 0);
|
||||
_ship.SetActive(true);
|
||||
}
|
||||
}
|
||||
|
||||
if (isSolarSystem || isEyeOfTheUniverse)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user