forked from enlightenment/edi
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
332 B
22 lines
332 B
9 years ago
|
images.image: "enlightenment.png" COMP;
|
||
|
|
||
|
collections {
|
||
|
sounds {
|
||
|
sample {
|
||
|
name: "bell" LOSSY 64;
|
||
|
source: "bell.wav";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
group {
|
||
|
name: "test";
|
||
|
parts {
|
||
|
part { name: "main"; type: IMAGE;
|
||
|
description {
|
||
|
image.normal: "enlightenment.png";
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|