You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
477 B

collections {
group {
name: "main";
images {
// image: "1.png" COMP;
}
parts {
part {
name: "bg";
type: RECT;
description {
state: "default" 0.0;
color: 247 239 132 255;
}
}
part {
name: "ent";
type: SWALLOW;
description {
state: "default" 0.0;
}
}
}
}
}