-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscene.json
More file actions
59 lines (59 loc) · 2.22 KB
/
scene.json
File metadata and controls
59 lines (59 loc) · 2.22 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"display": {
"title": "MoVA - Museum of Virtual Arts by Cryptovrontier",
"favicon": "favicon_asset"
},
"contact": {
"name": "Cryptovrontier",
"email": ""
},
"owner": "",
"scene": {
"parcels": [
"107,148", "108,148", "109,148",
"105,147", "106,147", "107,147", "108,147", "109,147", "110,147", "111,147",
"105,146", "106,146", "107,146", "108,146", "109,146", "110,146", "111,146",
"105,145", "106,145", "107,145", "108,145", "109,145", "110,145", "111,145",
"105,144", "106,144", "107,144", "108,144", "109,144", "110,144", "111,144",
"105,143", "106,143", "107,143", "108,143", "109,143", "110,143",
"103,142", "104,142", "105,142", "106,142", "107,142", "108,142",
"101,141", "102,141", "103,141", "104,141", "105,141", "106,141", "107,141",
"100,140", "101,140", "102,140", "103,140", "104,140", "105,140", "106,140", "107,140",
"100,139", "101,139", "102,139", "103,139", "104,139", "105,139", "106,139", "107,139",
"100,138", "101,138", "102,138", "103,138", "104,138", "105,138", "106,138", "107,138",
"100,137", "101,137", "102,137", "103,137", "104,137", "105,137", "106,137", "107,137",
"101,136", "102,136", "103,136", "104,136", "105,136", "106,136",
"103,135", "104,135"
],
"base": "105,146"
},
"communications": {
"type": "webrtc",
"signalling": "https://signalling-01.decentraland.org"
},
"policy": {
"contentRating": "E",
"fly": true,
"voiceEnabled": true,
"blacklist": []
},
"requiredPermissions": [],
"main": "bin/game.js",
"tags": [],
"spawnPoints": [
{
"name": "spawn1",
"default": true,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"cameraTarget": {
"x": 8,
"y": 1,
"z": 8
}
}
]
}