OpenAl Werkt! en Setup enzo

This commit is contained in:
Aaldert
2016-06-05 23:49:06 +02:00
parent 47b4d9570d
commit 117010b9fe
18 changed files with 320 additions and 237 deletions
+16 -15
View File
@@ -1,17 +1,18 @@
{
"world": {
"heightmap": "worlds/small.png",
"object-templates": [
{
"color":100,
"file": "models/boom/Boom.obj",
"collision": false
}
]
},
"player": {
"startposition": [ 20, 5, 20 ]
},
"objects": [],
"enemies": []
"world": {
"heightmap": "worlds/small.png",
"object-templates": [
{
"color": 100,
"file": "models/boom/Boom.obj",
"collision": false
}
],
"music": "WAVE/bond.wav"
},
"player": {
"startposition": [ 20, 5, 20 ]
},
"objects": [],
"enemies": []
}