From 535191a669e12b0f4deccb6529cc8f7cfb7aa355 Mon Sep 17 00:00:00 2001 From: dsc Date: Sun, 9 Jan 2011 09:24:13 -0800 Subject: [PATCH] Increases difficulty so Patrick continues complaining. --- data/types/levels.yaml | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/data/types/levels.yaml b/data/types/levels.yaml index 47aa321..f2ded6f 100644 --- a/data/types/levels.yaml +++ b/data/types/levels.yaml @@ -27,7 +27,11 @@ types: - type: wall args: [100,100, 50,50] - type: fence - args: [360,210, 130,30] + args: [360,210, 30,30] + - type: drywall + args: [400,200, 50,50] + - type: fence + args: [460,210, 30,30] - type: fence args: [10,210, 30,30] - type: fence @@ -47,13 +51,13 @@ types: units: - type: player align: 1 - loc: [175,475] + loc: [325,475] - type: blue align: 1 - loc: [325,475] - # - type: green - # align: 2 - # loc: [25,375] + loc: [175,475] + - type: green + align: 2 + loc: [25,375] - type: green align: 2 loc: [75,25] -- 1.7.0.4