Updated
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"max_particles": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "Evaluated once per particle emitted",
|
||||
"title": "Max Particles"
|
||||
"title": "Maximum Particles"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"max_particles": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "Maximum number of particles that can be active at once for this emitter, evaluated once per particle emitter loop",
|
||||
"title": "Max Particles"
|
||||
"title": "Maximum Particles"
|
||||
},
|
||||
"spawn_rate": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"description": "UNDOCUMENTATED: frames per second",
|
||||
"title": "Frames Per Second"
|
||||
},
|
||||
"max_frame": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: max frame", "title": "Max Frame" },
|
||||
"max_frame": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: Maximum frame", "title": "Maximum Frame" },
|
||||
"stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTATED: stretch to lifetime", "title": "Stretch To Lifetime" },
|
||||
"loop": { "type": "boolean", "description": "UNDOCUMENTATED: loop", "title": "Loop" }
|
||||
},
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"max_lifetime": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "Alternate way to express lifetime, particle will expire after this much time, evaluated once",
|
||||
"title": "Max Lifetime"
|
||||
"title": "Maximum Lifetime"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"properties": {
|
||||
"additionalProperties": false,
|
||||
"event": { "type": "string", "description": "UNDOCUMENTATED: event", "title": "Event" },
|
||||
"min_speed": { "type": "number", "description": "UNDOCUMENTATED: min speed", "title": "Min Speed" }
|
||||
"min_speed": { "type": "number", "description": "UNDOCUMENTATED: Minimum speed", "title": "Minimum Speed" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"title": "Events"
|
||||
|
||||
Reference in New Issue
Block a user