annotate data/levels/level1 @ 281:9b56e954c674

Protagonist actions, now required for operating doors.
author Jeremy Thurgood <firxen@gmail.com>
date Thu, 05 Sep 2013 15:58:24 +0200
parents 6c554ce627e3
children 9d186b897d82
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
189
b6c1a9448d7d Activate door with switch.
Jeremy Thurgood <firxen@gmail.com>
parents: 182
diff changeset
14 name: light_switch
178
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
189
b6c1a9448d7d Activate door with switch.
Jeremy Thurgood <firxen@gmail.com>
parents: 182
diff changeset
18 name: door_switch
178
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]
189
b6c1a9448d7d Activate door with switch.
Jeremy Thurgood <firxen@gmail.com>
parents: 182
diff changeset
21 - light_switch
178
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
189
b6c1a9448d7d Activate door with switch.
Jeremy Thurgood <firxen@gmail.com>
parents: 182
diff changeset
29 - args: [light_switch, door_switch]
209
ad1d3de210cd Drop compatibility imports, and allow an optional module on classnames
Stefano Rivera <stefano@rivera.za.net>
parents: 197
diff changeset
30 classname: puzzle.StateLogicalAndPuzzler
178
5cabbb485ad5 Round-tripped levels through the editor to canonicalize them
Stefano Rivera <stefano@rivera.za.net>
parents: 177
diff changeset
31 name: both_switches
182
7e3c01d15b10 Re-canonicalize level1 after rebase merge
Neil Muller <drnlmuller@gmail.com>
parents: 181
diff changeset
32 - args:
189
b6c1a9448d7d Activate door with switch.
Jeremy Thurgood <firxen@gmail.com>
parents: 182
diff changeset
33 - [620, 220]
b6c1a9448d7d Activate door with switch.
Jeremy Thurgood <firxen@gmail.com>
parents: 182
diff changeset
34 - door_switch
b6c1a9448d7d Activate door with switch.
Jeremy Thurgood <firxen@gmail.com>
parents: 182
diff changeset
35 classname: FloorLight
b6c1a9448d7d Activate door with switch.
Jeremy Thurgood <firxen@gmail.com>
parents: 182
diff changeset
36 name: door_light
191
e080fcd07fa9 Overlay notes
Stefano Rivera <stefano@rivera.za.net>
parents: 189
diff changeset
37 - args:
e080fcd07fa9 Overlay notes
Stefano Rivera <stefano@rivera.za.net>
parents: 189
diff changeset
38 - [290, 160]
e080fcd07fa9 Overlay notes
Stefano Rivera <stefano@rivera.za.net>
parents: 189
diff changeset
39 - Run around, press some buttons, have fun!
e080fcd07fa9 Overlay notes
Stefano Rivera <stefano@rivera.za.net>
parents: 189
diff changeset
40 classname: Note
224
b6db213e53a2 Bulkheads are bits of wall you can walk through.
Jeremy Thurgood <firxen@gmail.com>
parents: 209
diff changeset
41 - args:
b6db213e53a2 Bulkheads are bits of wall you can walk through.
Jeremy Thurgood <firxen@gmail.com>
parents: 209
diff changeset
42 - [800, 680]
b6db213e53a2 Bulkheads are bits of wall you can walk through.
Jeremy Thurgood <firxen@gmail.com>
parents: 209
diff changeset
43 - [900, 680]
b6db213e53a2 Bulkheads are bits of wall you can walk through.
Jeremy Thurgood <firxen@gmail.com>
parents: 209
diff changeset
44 - door_switch
b6db213e53a2 Bulkheads are bits of wall you can walk through.
Jeremy Thurgood <firxen@gmail.com>
parents: 209
diff changeset
45 classname: Bulkhead
b6db213e53a2 Bulkheads are bits of wall you can walk through.
Jeremy Thurgood <firxen@gmail.com>
parents: 209
diff changeset
46 name: switch_bulkhead
281
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
47 - args:
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
48 - [410, 400]
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
49 - level2
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
50 - [900, 200]
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
51 - 0
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
52 classname: Door
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
53 - args:
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
54 - [561, 250]
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
55 - level1
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
56 - [600, 700]
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
57 - 0
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
58 - door_switch
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
59 classname: Door
9b56e954c674 Protagonist actions, now required for operating doors.
Jeremy Thurgood <firxen@gmail.com>
parents: 263
diff changeset
60 name: switch_door
197
34c11bb5c96e Interior walls.
Jeremy Thurgood <firxen@gmail.com>
parents: 191
diff changeset
61 lines:
34c11bb5c96e Interior walls.
Jeremy Thurgood <firxen@gmail.com>
parents: 191
diff changeset
62 - - [750, 680]
224
b6db213e53a2 Bulkheads are bits of wall you can walk through.
Jeremy Thurgood <firxen@gmail.com>
parents: 209
diff changeset
63 - [800, 680]
b6db213e53a2 Bulkheads are bits of wall you can walk through.
Jeremy Thurgood <firxen@gmail.com>
parents: 209
diff changeset
64 - - [900, 680]
197
34c11bb5c96e Interior walls.
Jeremy Thurgood <firxen@gmail.com>
parents: 191
diff changeset
65 - [950, 680]
34c11bb5c96e Interior walls.
Jeremy Thurgood <firxen@gmail.com>
parents: 191
diff changeset
66 - - [750, 480]
34c11bb5c96e Interior walls.
Jeremy Thurgood <firxen@gmail.com>
parents: 191
diff changeset
67 - [950, 480]
34c11bb5c96e Interior walls.
Jeremy Thurgood <firxen@gmail.com>
parents: 191
diff changeset
68 - - [750, 480]
34c11bb5c96e Interior walls.
Jeremy Thurgood <firxen@gmail.com>
parents: 191
diff changeset
69 - [750, 680]
34c11bb5c96e Interior walls.
Jeremy Thurgood <firxen@gmail.com>
parents: 191
diff changeset
70 - - [950, 480]
34c11bb5c96e Interior walls.
Jeremy Thurgood <firxen@gmail.com>
parents: 191
diff changeset
71 - [950, 680]
139
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
72 polygons:
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
73 1:
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
74 - [60, 780]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
75 - [130, 850]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
76 - [1150, 850]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
77 - [1010, 710]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
78 - [1010, 190]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
79 - [880, 60]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
80 - [700, 60]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
81 - [560, 200]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
82 - [560, 650]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
83 - [410, 650]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
84 - [410, 70]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
85 - [60, 70]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
86 - [260, 270]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
87 - [60, 470]
d1f543ff0805 YAML levels
Stefano Rivera <stefano@rivera.za.net>
parents: 77
diff changeset
88 - [60, 780]
141
076448ba0582 Add a trailing newline
Stefano Rivera <stefano@rivera.za.net>
parents: 139
diff changeset
89 size: [1200, 900]