summaryrefslogtreecommitdiff
path: root/data/objects/postit_ent.edc
blob: 99689075436464b96d65c3c5e34d9649a52aaab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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;
            }
         }
      }
   }
}