Load and save level

This commit is contained in:
2020-11-28 23:25:29 +01:00
parent 483645dcc5
commit 62ec222749
13 changed files with 305 additions and 47 deletions

28
levels/test.lvl Normal file
View File

@@ -0,0 +1,28 @@
{
"meshes": [
{
"path": "models/plane.gltf"
}
],
"objects": [
{
"mesh_index": 0,
"position": [
0.0,
0.0,
0.0
],
"rotation": [
1.0,
0.0,
0.0,
0.0
],
"scale": [
1.0,
1.0,
1.0
]
}
]
}