Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
graph/data/empty.world

22 lines
438 B
Text
Raw Normal View History

{
2018-12-19 12:19:52 -05:00
"entities": [
{
2018-12-19 12:19:52 -05:00
"name": "sun",
"components": [
{
"type": "Transform",
"position": "66,56,25"
},
{
"type": "Light",
"kind": 1,
"color": "1,1,1"
}
]
}
2018-12-19 12:19:52 -05:00
],
"environment": {
"color": "0.9,0.9,0.9"
}
}