Sync component and property list for skin editor.
This commit is contained in:
@@ -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"],
|
||||
};
|
||||
|
Reference in New Issue
Block a user