enemy logic added to enemy and out of world

This commit is contained in:
Remco
2016-06-03 11:09:48 +02:00
parent 1c59a3bc6f
commit c3fe041eb1
12 changed files with 49 additions and 39 deletions
+7 -5
View File
@@ -15,17 +15,19 @@
]
},
"player": {
"startposition": [ 200, 40, 200 ]
"startposition": [ 0, 1.7, 0]
},
"objects": [
{
"file": "models/boom/Boom.obj",
"pos": [ 4, 0, -4 ]
"pos": [ 4, 0, -4 ],
"collide": "true"
},
{
{
"file": "models/boom/Boom.obj",
"pos": [ -4, 0, -4 ]
}
"pos": [ -4, 0, -4 ],
"collide": "true"
}
],
"enemies": [
{