mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-16 06:33:01 +02:00
adding simple json
This commit is contained in:
parent
291c8674db
commit
1a1e9cf628
1 changed files with 18 additions and 0 deletions
18
interface/resources/start.json
Normal file
18
interface/resources/start.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"Entities": [
|
||||
{
|
||||
"type": "Box",
|
||||
"dimensions": {
|
||||
"x": 99.99999,
|
||||
"y": 6.993421,
|
||||
"z": 99.99999
|
||||
},
|
||||
"position" : {
|
||||
"x": 0,
|
||||
"y": -10,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"Version": 84
|
||||
}
|
Loading…
Reference in a new issue