enemy walking around world

This commit is contained in:
Remco
2016-06-03 13:58:07 +02:00
parent b827885f40
commit 293ceb0b9f
3 changed files with 12 additions and 3 deletions
+8 -2
View File
@@ -5,7 +5,7 @@
{
"color":100,
"file": "models/boom/Boom.obj",
"collision": false
"collision": true
}
]
},
@@ -13,5 +13,11 @@
"startposition": [ 20, 5, 20 ]
},
"objects": [],
"enemies": []
"enemies": [
{
"file": "models/squid/Blooper.obj",
"pos": [ 20, 5, 10 ],
"scale": 0.01
}
]
}