This commit is contained in:
Nick 2022-07-27 23:40:28 -04:00
commit 19643ad6cc
2 changed files with 7 additions and 0 deletions

View File

@ -44,6 +44,7 @@ namespace NewHorizons.Patches
var t = hitObj.GetComponent<VisionTorchTarget>();
if (t != null) //(hitObj.CompareTag("PrisonerDetector"))
{
__instance._mindProjector.OnProjectionStart -= t.onSlidesStart;
__instance._mindProjector.OnProjectionComplete -= t.onSlidesComplete;
}
return true;

View File

@ -360,6 +360,12 @@
"unlit": {
"type": "boolean",
"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
}
}
},