Added prefabs

This commit is contained in:
2024-12-02 20:00:54 -06:00
parent 9fd4c2399f
commit e660fade95
28 changed files with 332 additions and 268 deletions

27
assets/test_cube.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "Test Cube",
"assets": {
"rosa": {
"type": "texture",
"path": "rosa.texture"
}
},
"position": [ 0, 0, 0 ],
"components": {
"mat": {
"type": "SimpleTexturedMaterial",
"color": "blue"
},
"renderer": {
"type": "MeshRenderer"
},
"mesh": {
"type": "CubeMesh"
}
}
}