mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev
This commit is contained in:
commit
19643ad6cc
@ -44,6 +44,7 @@ namespace NewHorizons.Patches
|
|||||||
var t = hitObj.GetComponent<VisionTorchTarget>();
|
var t = hitObj.GetComponent<VisionTorchTarget>();
|
||||||
if (t != null) //(hitObj.CompareTag("PrisonerDetector"))
|
if (t != null) //(hitObj.CompareTag("PrisonerDetector"))
|
||||||
{
|
{
|
||||||
|
__instance._mindProjector.OnProjectionStart -= t.onSlidesStart;
|
||||||
__instance._mindProjector.OnProjectionComplete -= t.onSlidesComplete;
|
__instance._mindProjector.OnProjectionComplete -= t.onSlidesComplete;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
@ -360,6 +360,12 @@
|
|||||||
"unlit": {
|
"unlit": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "If the top layer shouldn't have shadows. Set to true if you're making a brown dwarf for example."
|
"description": "If the top layer shouldn't have shadows. Set to true if you're making a brown dwarf for example."
|
||||||
|
},
|
||||||
|
"rotationSpeed": {
|
||||||
|
"type": "number",
|
||||||
|
"description": "How fast the clouds will rotate in degrees per second.",
|
||||||
|
"format": "float",
|
||||||
|
"default": 10.0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user