comparison 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
comparison
equal deleted inserted replaced
280:7bb6296024c4 281:9b56e954c674
28 name: light2 28 name: light2
29 - args: [light_switch, door_switch] 29 - args: [light_switch, door_switch]
30 classname: puzzle.StateLogicalAndPuzzler 30 classname: puzzle.StateLogicalAndPuzzler
31 name: both_switches 31 name: both_switches
32 - args: 32 - args:
33 - [400, 400]
34 - level2
35 - [900, 200]
36 - 0
37 classname: Door
38 - args:
39 - [600, 200]
40 - level1
41 - [600, 700]
42 - 0
43 - door_switch
44 classname: Door
45 name: switch_door
46 - args:
47 - [620, 220] 33 - [620, 220]
48 - door_switch 34 - door_switch
49 classname: FloorLight 35 classname: FloorLight
50 name: door_light 36 name: door_light
51 - args: 37 - args:
56 - [800, 680] 42 - [800, 680]
57 - [900, 680] 43 - [900, 680]
58 - door_switch 44 - door_switch
59 classname: Bulkhead 45 classname: Bulkhead
60 name: switch_bulkhead 46 name: switch_bulkhead
47 - args:
48 - [410, 400]
49 - level2
50 - [900, 200]
51 - 0
52 classname: Door
53 - args:
54 - [561, 250]
55 - level1
56 - [600, 700]
57 - 0
58 - door_switch
59 classname: Door
60 name: switch_door
61 lines: 61 lines:
62 - - [750, 680] 62 - - [750, 680]
63 - [800, 680] 63 - [800, 680]
64 - - [900, 680] 64 - - [900, 680]
65 - [950, 680] 65 - [950, 680]