comparison data/levels/level1 @ 177:bf11d3bb2d6b

Add doors to the levels
author Neil Muller <drnlmuller@gmail.com>
date Tue, 03 Sep 2013 16:12:24 +0200
parents 8c3b88b34a9c
children 5cabbb485ad5
comparison
equal deleted inserted replaced
176:054944c6472b 177:bf11d3bb2d6b
42 - classname: StateLogicalAndPuzzler 42 - classname: StateLogicalAndPuzzler
43 args: 43 args:
44 - switch 44 - switch
45 - switch2 45 - switch2
46 name: both_switches 46 name: both_switches
47 - classname: Door
48 args:
49 - [400, 400]
50 - level2
51 - [600, 700]
47 enemies: 52 enemies:
48 - classname: PatrollingAlien 53 - classname: PatrollingAlien
49 args: 54 args:
50 - [750, 300] 55 - [750, 300]
51 - [650, 500] 56 - [650, 500]