-
Notifications
You must be signed in to change notification settings - Fork 0
/
scene.json
49 lines (49 loc) · 951 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
48
49
{
"display": {
"title": "TensaiStudio Mahjong Parlor",
"description": "Mahjong Parlor",
"favicon": "favicon_asset",
"navmapThumbnail": "images/thumbnail.png"
},
"contact": {
"name": "tensaix2j",
"email": "[email protected]"
},
"owner": "tensaix2j",
"scene": {
"parcels": [
"60,32","61,32","62,32","63,32",
"60,31","61,31","62,31","63,31"
],
"base": "60,32"
},
"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": 8,
"y": 0.5,
"z": 2
},
"cameraTarget": {
"x": 8,
"y": 0.5,
"z": 8
}
}
]
}