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.
 
 
 

22 lines
400 B

images {
image: "icon.png" COMP;
}
collections {
/* Module icon */
group {
name: "icon";
parts {
part {
name: "image";
mouse_events: 0;
type: IMAGE;
description {
state: "default" 0.0;
aspect_preference: BOTH;
image.normal: "icon.png";
}
}
}
}
}