Updated titles
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
"on_entry": {
|
||||
"type": "array",
|
||||
"description": "Events, commands or transitions to preform",
|
||||
"title": "On entry",
|
||||
"title": "On Entry",
|
||||
"items": {
|
||||
"$ref": "#/definitions/commands"
|
||||
}
|
||||
@@ -119,7 +119,7 @@
|
||||
"on_exit": {
|
||||
"type": "array",
|
||||
"description": "Events, commands or transitions to preform",
|
||||
"title": "On exit",
|
||||
"title": "On Exit",
|
||||
"items": {
|
||||
"$ref": "#/definitions/commands"
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"required": ["effect"],
|
||||
"properties": {
|
||||
"bind_to_actor": {
|
||||
"title": "Bind to actor",
|
||||
"title": "Bind To Actor",
|
||||
"type": "boolean",
|
||||
"description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).",
|
||||
"const": false
|
||||
@@ -30,7 +30,7 @@
|
||||
"pre_effect_script": {
|
||||
"type": "string",
|
||||
"description": "A molang script that will be run when the particle emitter is initialized",
|
||||
"title": "Pre effect script"
|
||||
"title": "Pre Effect Script"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"required": ["effect"],
|
||||
"properties": {
|
||||
"bind_to_actor": {
|
||||
"title": "Bind to actor",
|
||||
"title": "Bind To Actor",
|
||||
"type": "boolean",
|
||||
"description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).",
|
||||
"const": false
|
||||
@@ -30,7 +30,7 @@
|
||||
"pre_effect_script": {
|
||||
"type": "string",
|
||||
"description": "A molang script that will be run when the particle emitter is initialized",
|
||||
"title": "Pre effect script"
|
||||
"title": "Pre Effect Script"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": ["string"],
|
||||
"title": "Spell effect id",
|
||||
"title": "Spell Effect ID",
|
||||
"description": "identifier of the effect to be removed from this entity after adding this component"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -11,12 +11,12 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"first_person": {
|
||||
"title": "First person",
|
||||
"title": "First Person",
|
||||
"description": "",
|
||||
"$ref": "#/definitions/mode"
|
||||
},
|
||||
"thrid_person": {
|
||||
"title": "Thrid person",
|
||||
"title": "Thrid Person",
|
||||
"description": "",
|
||||
"$ref": "#/definitions/mode"
|
||||
}
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"first_person": {
|
||||
"title": "First person",
|
||||
"title": "First Person",
|
||||
"description": "",
|
||||
"$ref": "#/definitions/mode"
|
||||
},
|
||||
"thrid_person": {
|
||||
"title": "Thrid person",
|
||||
"title": "Thrid Person",
|
||||
"description": "",
|
||||
"$ref": "#/definitions/mode"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user