comparison data/levels/level1 @ 145:0c49627920eb

Load game objects from level.
author Jeremy Thurgood <firxen@gmail.com>
date Mon, 02 Sep 2013 23:05:25 +0200
parents 076448ba0582
children 8c3b88b34a9c
comparison
equal deleted inserted replaced
144:829c8b6e142d 145:0c49627920eb
15 - [60, 70] 15 - [60, 70]
16 - [260, 270] 16 - [260, 270]
17 - [60, 470] 17 - [60, 470]
18 - [60, 780] 18 - [60, 780]
19 size: [1200, 900] 19 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