forked from enlightenment/efl
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.
18 lines
289 B
18 lines
289 B
13 years ago
|
collections {
|
||
|
group { name: "point";
|
||
|
images {
|
||
|
image: "cross.png" COMP;
|
||
|
}
|
||
|
parts {
|
||
|
part { name: "sky";
|
||
|
mouse_events: 0;
|
||
|
description { state: "default" 0.0;
|
||
13 years ago
|
min: 301 301;
|
||
13 years ago
|
image.normal: "cross.png";
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|