comparison 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
comparison
equal deleted inserted replaced
177:bf11d3bb2d6b 178:5cabbb485ad5
1 base_tile: tiles/floor.png 1 base_tile: tiles/floor.png
2 enemies:
3 - args:
4 - [750, 300]
5 - [650, 500]
6 classname: PatrollingAlien
7 game_objects:
8 - args:
9 - [250, 350]
10 classname: Box
11 - args:
12 - [300, 400]
13 classname: FloorSwitch
14 name: switch
15 - args:
16 - [300, 600]
17 classname: FloorSwitch
18 name: switch2
19 - args:
20 - [300, 500]
21 - switch
22 classname: FloorLight
23 name: light
24 - args:
25 - [250, 500]
26 - both_switches
27 classname: FloorLight
28 name: light2
29 - args: [switch, switch2]
30 classname: StateLogicalAndPuzzler
31 name: both_switches
32 - args:
33 - [400, 400]
34 - level2
35 - [600, 700]
36 classname: Door
2 polygons: 37 polygons:
3 1: 38 1:
4 - [60, 780] 39 - [60, 780]
5 - [130, 850] 40 - [130, 850]
6 - [1150, 850] 41 - [1150, 850]
15 - [60, 70] 50 - [60, 70]
16 - [260, 270] 51 - [260, 270]
17 - [60, 470] 52 - [60, 470]
18 - [60, 780] 53 - [60, 780]
19 size: [1200, 900] 54 size: [1200, 900]
20 game_objects:
21 - classname: Box
22 args:
23 - [250, 350]
24 - classname: FloorSwitch
25 args:
26 - [300, 400]
27 name: switch
28 - classname: FloorSwitch
29 args:
30 - [300, 600]
31 name: switch2
32 - classname: FloorLight
33 args:
34 - [300, 500]
35 - switch
36 name: light
37 - classname: FloorLight
38 args:
39 - [250, 500]
40 - both_switches
41 name: light2
42 - classname: StateLogicalAndPuzzler
43 args:
44 - switch
45 - switch2
46 name: both_switches
47 - classname: Door
48 args:
49 - [400, 400]
50 - level2
51 - [600, 700]
52 enemies:
53 - classname: PatrollingAlien
54 args:
55 - [750, 300]
56 - [650, 500]