-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscene.json
More file actions
45 lines (45 loc) · 799 Bytes
/
Copy pathscene.json
File metadata and controls
45 lines (45 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"display": {
"title": "Metas",
"favicon": "favicon_asset",
"navmapThumbnail": "scene-thumbnail.png"
},
"owner": "",
"contact": {
"name": "tweetious",
"email": ""
},
"main": "bin/game.js",
"tags": [],
"scene": {
"parcels": [
"0,0"
],
"base": "0,0"
},
"communications": {
"type": "webrtc",
"signalling": "https://signalling-01.decentraland.org"
},
"policy": {
"contentRating": "E",
"fly": true,
"voiceEnabled": true,
"blacklist": [],
"teleportPosition": ""
},
"source": {
"version": 1,
"origin": "builder",
"projectId": "acbc1353-8e7c-45df-998b-9d4331ab27ae",
"point": {
"x": 0,
"y": 0
},
"rotation": "east",
"layout": {
"rows": 1,
"cols": 1
}
}
}