view 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
line wrap: on
line source

base_tile: tiles/floor.png
enemies:
- args:
  - [750, 300]
  - [650, 500]
  classname: PatrollingAlien
game_objects:
- args:
  - [250, 350]
  classname: Box
- args:
  - [300, 400]
  classname: FloorSwitch
  name: switch
- args:
  - [300, 600]
  classname: FloorSwitch
  name: switch2
- args:
  - [300, 500]
  - switch
  classname: FloorLight
  name: light
- args:
  - [250, 500]
  - both_switches
  classname: FloorLight
  name: light2
- args: [switch, switch2]
  classname: StateLogicalAndPuzzler
  name: both_switches
- args:
  - [400, 400]
  - level2
  - [600, 700]
  classname: Door
polygons:
  1:
  - [60, 780]
  - [130, 850]
  - [1150, 850]
  - [1010, 710]
  - [1010, 190]
  - [880, 60]
  - [700, 60]
  - [560, 200]
  - [560, 650]
  - [410, 650]
  - [410, 70]
  - [60, 70]
  - [260, 270]
  - [60, 470]
  - [60, 780]
size: [1200, 900]