File: pacman.levelset

package info (click to toggle)
pingus 0.7.6-7
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 31,672 kB
  • sloc: cpp: 42,080; xml: 2,319; lisp: 521; ruby: 455; ansic: 365; objc: 248; sh: 247; makefile: 140; python: 15
file content (14 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; -*- scheme -*-
(pingus-levelset
 (title "Pac-Man")
 (description "Trapped in a video game")
 (image  "levelsets/pacman")
 (developer-only #t)
 (locked #f)
 (levels 
  (level (filename "pacman/pacman1-yingwan"))
  (level (filename "pacman/pacman2-yingwan"))
  (level (filename "pacman/pacman3-yingwan"))
  ))

;; EOF ;;