-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
137 changed files
with
54,874 additions
and
22,882 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,53 @@ | ||
;; generated by xml2sexpr.rb from file 'branches/pingus_0_6/data/levels/playable/aliens1-phil.pingus' | ||
;; -*- scheme -*- | ||
;; Generated by Pingus Editor 0.7.3.5 | ||
;; License: GPLv3 or later | ||
(pingus-level | ||
(version 2) | ||
(head | ||
(levelname "Escape from Aliens") | ||
(description "Aliens invade our starship blocking intrance to the teleporter. Your crew " | ||
"is well trained, like you they don't panic.") | ||
(description "Aliens invade our starship blocking intrance to the teleporter. Your crew is well trained, like you they don't panic.") | ||
(author "Philippe Descamps <[email protected]>") | ||
(number-of-pingus 100) | ||
(number-to-save 50) | ||
(time 9000) | ||
(difficulty 5) | ||
(playable 0) | ||
(comment ) | ||
(playable 1) | ||
(comment "none") | ||
(music "03-Haunted.ogg") | ||
(actions | ||
(basher 10) | ||
(bridger 10) | ||
(climber 1) | ||
(floater 1)) | ||
(music "none") | ||
(levelsize 800 600)) | ||
(objects | ||
(surface-background | ||
(surface | ||
(image "textures/stars") | ||
(modifier "ROT0")) | ||
(position 0 0 -150) | ||
(color 0 0 0 0.2) | ||
(scroll-x 0.0) | ||
(scroll-y 5.0) | ||
(para-x 0.5) | ||
(para-y 0.5) | ||
(stretch-x #f) | ||
(stretch-y #f) | ||
(position 0 0 -150)) | ||
(keep-aspect #f) | ||
(scroll-x 0) | ||
(scroll-y 1) | ||
(para-x 0.5) | ||
(para-y 0.5)) | ||
(liquid | ||
(surface | ||
(image "liquids/water3") | ||
(image "liquids/water4") | ||
(modifier "ROT0")) | ||
(position -1 546 -100) | ||
(repeat 13) | ||
(speed 50)) | ||
(speed 50) | ||
(repeat 13)) | ||
(liquid | ||
(surface | ||
(image "liquids/water3") | ||
(image "liquids/water4") | ||
(modifier "ROT0")) | ||
(position 383 343 -100) | ||
(repeat 3) | ||
(speed 50)) | ||
(position 363 343 -100) | ||
(speed 50) | ||
(repeat 3)) | ||
(groundpiece | ||
(type "ground") | ||
(surface | ||
|
@@ -869,17 +871,16 @@ | |
(modifier "ROT0")) | ||
(position 1 212 0)) | ||
(entrance | ||
(position 694 144 0) | ||
(type "generic") | ||
(position 694 144 0) | ||
(owner-id 0) | ||
(direction "right") | ||
(release-rate 40) | ||
(owner-id 0)) | ||
(release-rate 40)) | ||
(exit | ||
(owner-id 0) | ||
(position 79 213 0) | ||
(surface | ||
(image "exits/space") | ||
(modifier "ROT0")) | ||
(position 79 213 0) | ||
(owner-id 0)) | ||
(hotspot | ||
(surface | ||
|
@@ -901,5 +902,20 @@ | |
(modifier "ROT0")) | ||
(position 38 269 0) | ||
(speed 1) | ||
(parallax 1)) | ||
(hotspot | ||
(surface | ||
(image "hotspots/space/engine") | ||
(modifier "ROT0")) | ||
(position 220 268 0) | ||
(speed 1) | ||
(parallax 1)) | ||
(hotspot | ||
(surface | ||
(image "hotspots/space/engine") | ||
(modifier "ROT0")) | ||
(position 320 266 0) | ||
(speed 1) | ||
(parallax 1)))) | ||
|
||
;; EOF ;; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
(pingus-level | ||
(version 2) | ||
(head | ||
(levelname "Aliens4") | ||
(levelname "Alien's nest") | ||
(description "Pingus invade the nest. Take care of jaws What's the matrix above ?") | ||
(author "Philippe Descamps <[email protected]>") | ||
(number-of-pingus 50) | ||
|
@@ -19,7 +19,7 @@ | |
(digger 20) | ||
(floater 20) | ||
(jumper 20)) | ||
(music "none") | ||
(music "01-42nd Street Slide.ogg") | ||
(levelsize 832 608)) | ||
(objects | ||
(surface-background | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.