Correct property list in skin editor.

This commit is contained in:
2022-10-13 16:56:00 +08:00
parent 4003b309f5
commit fcd2b72bb7
3 changed files with 12 additions and 8 deletions

View File

@@ -23,12 +23,12 @@ var inputlists = {
"input.comp": ["image", "polysec", "rect", "scale3", "text"],
"input.prop": [
"pos", "rot", "scale",
"image.fit", "image.frame", "image.transparent",
"polysec.body", "polysec.head", "polysec.shape", "polysec.tail",
"image.fit", "image.frame", "image.opacity",
"polysec.body", "polysec.head", "polysec.shape", "polysec.tail", "polysec.transparent",
"rect.color",
"scale3.border",
"sprite.bound", "sprite.opacity", "sprite.pivot", "sprite.scale", "sprite.ui", "sprite.zindex",
"text.frames", "text.size", "text.spacing", "text.value",
"sprite.bound", "sprite.pivot", "sprite.scale", "sprite.transparent", "sprite.ui", "sprite.zindex",
"text.frames", "text.opacity", "text.size", "text.spacing", "text.value",
],
"input.type": ["chart", "group", "track", "note"],
};