annotate data/levels/level1 @ 178:5cabbb485ad5

Round-tripped levels through the editor to canonicalize them
author Stefano Rivera <stefano@rivera.za.net>
date Tue, 03 Sep 2013 17:15:00 +0200
parents bf11d3bb2d6b
children 0e5bae238a92
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
139
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
1 base_tile: tiles/floor.png
178
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
2 enemies:
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
3 - args:
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
4 - [750, 300]
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
5 - [650, 500]
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
6 classname: PatrollingAlien
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
7 game_objects:
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
8 - args:
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
9 - [250, 350]
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
10 classname: Box
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
11 - args:
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
12 - [300, 400]
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
13 classname: FloorSwitch
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
14 name: switch
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
15 - args:
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
16 - [300, 600]
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
17 classname: FloorSwitch
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
18 name: switch2
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
19 - args:
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
20 - [300, 500]
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
21 - switch
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
22 classname: FloorLight
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
23 name: light
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
24 - args:
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
25 - [250, 500]
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
26 - both_switches
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
27 classname: FloorLight
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
28 name: light2
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
29 - args: [switch, switch2]
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
30 classname: StateLogicalAndPuzzler
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
31 name: both_switches
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
32 - args:
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
33 - [400, 400]
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
34 - level2
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
35 - [600, 700]
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
36 classname: Door
139
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
37 polygons:
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
38 1:
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
39 - [60, 780]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
40 - [130, 850]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
41 - [1150, 850]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
42 - [1010, 710]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
43 - [1010, 190]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
44 - [880, 60]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
45 - [700, 60]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
46 - [560, 200]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
47 - [560, 650]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
48 - [410, 650]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
49 - [410, 70]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
50 - [60, 70]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
51 - [260, 270]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
52 - [60, 470]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
53 - [60, 780]
141
076448ba0582 Add a trailing newline
Stefano Rivera <stefano@rivera.za.net>
parents: 139
diff changeset
54 size: [1200, 900]