Merge branch 'hide-on-condition' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into hide-on-condition

This commit is contained in:
Nick 2023-07-19 21:28:48 -04:00
commit 35bcb2c707

View File

@ -1328,6 +1328,19 @@
"ignoreSun": {
"type": "boolean",
"description": "Set to true if this object's lighting should ignore the effects of sunlight"
},
"activationCondition": {
"type": "string",
"description": "Activates this game object when the dialogue condition is met"
},
"deactivationCondition": {
"type": "string",
"description": "Deactivates this game object when the dialogue condition is met"
},
"blinkWhenActiveChanged": {
"type": "boolean",
"description": "Should the player close their eyes while the activation state changes. Only relevant if activationCondition or deactivationCondition are set.",
"default": true
}
}
},