-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene.json
47 lines (47 loc) · 854 Bytes
/
scene.json
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
{
"display": {
"title": "Solaro_scene_1",
"favicon": "favicon_asset"
},
"owner": "0x322389A60d82255cB4A19B54f8D872f8356050Bd",
"contact": {
"name": "Roman",
"email": ""
},
"main": "bin/game.js",
"tags": [],
"scene": {
"parcels": [
"42,-15",
"42,-14",
"43,-15",
"43,-14"
],
"base": "42,-15"
},
"communications": {
"type": "webrtc",
"signalling": "https://signalling-01.decentraland.org"
},
"policy": {
"contentRating": "E",
"fly": true,
"voiceEnabled": true,
"blacklist": [],
"teleportPosition": ""
},
"source": {
"version": 1,
"origin": "builder",
"projectId": "21f6f49e-095f-4cfe-aa88-94604979cc75",
"point": {
"x": 0,
"y": 0
},
"rotation": "east",
"layout": {
"rows": 2,
"cols": 2
}
}
}