Sync component and property list for skin editor.

This commit is contained in:
2023-03-14 23:32:35 +08:00
parent 2eef1b5c4e
commit 24e881b138
4 changed files with 64 additions and 45 deletions

View File

@@ -18,15 +18,17 @@ var blocklists = {
var ilid = 0;
var inputlists = {
"input.comp": ["image", "polysec", "rect", "scale3", "text"],
"input.comp": ["anim", "image", "polysec", "rect", "scale3", "text"],
"input.prop": [
"pos", "rot", "scale",
"image.fit", "image.frame", "image.opacity",
"polysec.body", "polysec.head", "polysec.shape", "polysec.tail", "polysec.transparent",
"rect.color",
"anim.delay", "anim.direction", "anim.duration", "anim.name", "anim.iteration",
"image.fit", "image.frame", "image.frames", "image.index", "image.shader",
"mesh.color", "mesh.opacity", "mesh.zindex",
"polysec.body", "polysec.head", "polysec.shape", "polysec.tail",
"scale3.border",
"sprite.bound", "sprite.pivot", "sprite.scale", "sprite.transparent", "sprite.ui", "sprite.zindex",
"text.frames", "text.opacity", "text.size", "text.spacing", "text.value",
"sec.part", "sec.partial",
"sprite.bound", "sprite.pivot", "sprite.scale", "sprite.ui",
"text.frames", "text.size", "text.spacing", "text.value",
],
"input.type": ["chart", "group", "track", "note"],
};