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