From 4437acb9f2f7729cfd5f7750929df519dd4183ef Mon Sep 17 00:00:00 2001 From: Kenneth van Ewijk Date: Tue, 21 Jun 2016 17:06:57 +0200 Subject: [PATCH] Added missing json --- worlds/small.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/worlds/small.json b/worlds/small.json index fbec10a..e703390 100644 --- a/worlds/small.json +++ b/worlds/small.json @@ -12,7 +12,7 @@ "music": "WAVE/test1.wav" }, "player": { - "startposition": [ 20, 5, 20 ] + "startposition": [ 20, 0, 20 ] }, "objects": [ ], "portal": { @@ -24,13 +24,17 @@ "file": "models/squid/Blooper.obj", "pos": [ 20, 5, 10 ], "scale": 0.01, - "music": "WAVE/enemy.wav" + "music": "WAVE/enemy.wav", + "health": 10, + "damage": 2 }, { "file": "models/squid/Blooper.obj", "pos": [ 30, 10, 10 ], "scale": 0.01, - "music": "WAVE/enemy.wav" + "music": "WAVE/enemy.wav", + "health": 15, + "damage": 2 }], "crystal": { "full texture": "models/crystal/Crystal.obj",