Files
CrystalPoint/worlds/small.json
T
Aaldert 5c24a34202 Merge branch 'developer' into feature/OpenAL
# Conflicts:
#	CrystalPoint.vcxproj.filters
#	Enemy.cpp
#	Enemy.h
#	worlds/small.json
2016-06-09 11:44:45 +02:00

33 lines
591 B
JSON

{
"world": {
"heightmap": "worlds/small.png",
"object-templates": [
{
"color": 100,
"file": "models/boom/Boom.obj",
"collision": true
}
],
"music": "WAVE/bond.wav"
},
"player": {
"startposition": [ 20, 5, 20 ]
},
"objects": [ ],
"enemies": [
{
"file": "models/squid/Blooper.obj",
"pos": [ 20, 5, 10 ],
"scale": 0.01
}],
"crystals": [
{
"file": "models/sphere/sphere.obj",
"pos": [ 33, 2, 31 ]
},
{
"file": "models/sphere/sphere.obj",
"pos": [ 45, 2, 31 ]
}
]
}