This commit is contained in:
DaanV2
2021-06-05 21:54:49 +02:00
parent 7fa54de89d
commit a0e4135b59
56 changed files with 717 additions and 147 deletions

View File

@@ -8,7 +8,7 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: size", "title": "Size" },
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: size", "title": "Size" },
"description": "TODO description: size",
"title": "Size"
},
@@ -33,7 +33,7 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: base UV", "title": "Base U V" },
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: base UV", "title": "Base U V" },
"description": "TODO description: base UV",
"title": "Base U V"
},
@@ -41,7 +41,7 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: size UV", "title": "Size U V" },
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: size UV", "title": "Size U V" },
"description": "TODO description: size UV",
"title": "Size U V"
},
@@ -49,16 +49,16 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: step UV", "title": "Step U V" },
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: step UV", "title": "Step U V" },
"description": "TODO description: step UV",
"title": "Step U V"
},
"frames_per_second": {
"$ref": "../../../../molang/1.8.0/number.json",
"$ref": "../../../../molang/number.json",
"description": "TODO description: frames per second",
"title": "Frames Per Second"
},
"max_frame": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: max frame", "title": "Max Frame" },
"max_frame": { "$ref": "../../../../molang/number.json", "description": "TODO description: max frame", "title": "Max Frame" },
"stretch_to_lifetime": { "type": "boolean", "description": "TODO description: stretch to lifetime", "title": "Stretch To Lifetime" },
"loop": { "type": "boolean", "description": "TODO description: loop", "title": "Loop" }
},
@@ -69,7 +69,7 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: uv", "title": "Uv" },
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: uv", "title": "Uv" },
"description": "TODO description: uv",
"title": "Uv"
},
@@ -77,7 +77,7 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: uv size", "title": "Uv Size" },
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: uv size", "title": "Uv Size" },
"description": "TODO description: uv size",
"title": "Uv Size"
}