annotate data/levels/level1 @ 181:0e5bae238a92

Fix destintion and add internal door
author Neil Muller <drnlmuller@gmail.com>
date Tue, 03 Sep 2013 16:59:00 +0200
parents 5cabbb485ad5
children 7e3c01d15b10
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
181
0e5bae238a92 Fix destintion and add internal door
Neil Muller <drnlmuller@gmail.com>
parents: 178
diff changeset
32 - classname: Door
0e5bae238a92 Fix destintion and add internal door
Neil Muller <drnlmuller@gmail.com>
parents: 178
diff changeset
33 args:
0e5bae238a92 Fix destintion and add internal door
Neil Muller <drnlmuller@gmail.com>
parents: 178
diff changeset
34 - [400, 400]
0e5bae238a92 Fix destintion and add internal door
Neil Muller <drnlmuller@gmail.com>
parents: 178
diff changeset
35 - level2
0e5bae238a92 Fix destintion and add internal door
Neil Muller <drnlmuller@gmail.com>
parents: 178
diff changeset
36 - [900, 200]
0e5bae238a92 Fix destintion and add internal door
Neil Muller <drnlmuller@gmail.com>
parents: 178
diff changeset
37 - classname: Door
0e5bae238a92 Fix destintion and add internal door
Neil Muller <drnlmuller@gmail.com>
parents: 178
diff changeset
38 args:
0e5bae238a92 Fix destintion and add internal door
Neil Muller <drnlmuller@gmail.com>
parents: 178
diff changeset
39 - [600, 200]
0e5bae238a92 Fix destintion and add internal door
Neil Muller <drnlmuller@gmail.com>
parents: 178
diff changeset
40 - level1
0e5bae238a92 Fix destintion and add internal door
Neil Muller <drnlmuller@gmail.com>
parents: 178
diff changeset
41 - [600, 700]
139
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
42 polygons:
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
43 1:
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
44 - [60, 780]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
45 - [130, 850]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
46 - [1150, 850]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
47 - [1010, 710]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
48 - [1010, 190]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
49 - [880, 60]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
50 - [700, 60]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
51 - [560, 200]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
52 - [560, 650]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
53 - [410, 650]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
54 - [410, 70]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
55 - [60, 70]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
56 - [260, 270]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
57 - [60, 470]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
58 - [60, 780]
141
076448ba0582 Add a trailing newline
Stefano Rivera <stefano@rivera.za.net>
parents: 139
diff changeset
59 size: [1200, 900]