mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
change the names in code
This commit is contained in:
parent
a08ba20372
commit
0b2ee8b97c
@ -22,7 +22,7 @@ namespace NewHorizons.Handlers
|
||||
|
||||
public static void Initialize()
|
||||
{
|
||||
VesselBundle = Instance.ModHelper.Assets.LoadBundle("Assets/vessel.newhorizons");
|
||||
VesselBundle = Instance.ModHelper.Assets.LoadBundle("Assets/newhorizons_private");
|
||||
VesselPrefab = VesselBundle.LoadAsset<GameObject>("Vessel_Body");
|
||||
}
|
||||
|
||||
|
||||
@ -195,7 +195,7 @@ namespace NewHorizons
|
||||
GlobalMessenger<DeathType>.AddListener("PlayerDeath", OnDeath);
|
||||
|
||||
GlobalMessenger.AddListener("WakeUp", OnWakeUp);
|
||||
NHAssetBundle = ModHelper.Assets.LoadBundle("Assets/xen.newhorizons");
|
||||
NHAssetBundle = ModHelper.Assets.LoadBundle("Assets/newhorizons_public");
|
||||
VesselWarpHandler.Initialize();
|
||||
|
||||
ResetConfigs(resetTranslation: false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user