enlightenment-module-net/e-module-net.edc

29 lines
373 B
Plaintext

images
{
image: "module_icon.png" COMP;
}
collections
{
group
{
name: "icon";
max: 128 128;
parts
{
part
{
name: "base";
mouse_events: 0;
description
{
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
image.normal: "module_icon.png";
}
}
}
}
}