File: multip.edc

package info (click to toggle)
elementary 0.7.0.55225-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 10,856 kB
  • sloc: ansic: 71,870; sh: 10,138; makefile: 822
file content (17 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (6)
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";
	    }
	 }
      }
   }
}