19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"entities": [
|
|
{
|
|
"type": "item",
|
|
"subtype": "Katana",
|
|
"posX": 3,
|
|
"posY": 5,
|
|
"posZ": 5,
|
|
"rotX": 0,
|
|
"rotY": 0,
|
|
"rotZ": 0,
|
|
"rotW": 1
|
|
}
|
|
],
|
|
"scriptPaths": [
|
|
"Scenes/testscene1/someScript.js"
|
|
],
|
|
"initScriptPath": "Scenes/testscene1/someScript.js"
|
|
} |