aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/elementary/data/objects/multip.edc
blob: 66be6bba1afe65535169ec92e848e7728c56921a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
collections {
   group { name: "point";
      images {
	 image: "cross.png" COMP;
      }
      parts {
	 part { name: "sky";
            mouse_events: 0;
	    description { state: "default" 0.0;
               min: 301 301;
	       image.normal: "cross.png";
	    }
	 }
      }
   }
}