-
Notifications
You must be signed in to change notification settings - Fork 0
/
scene.json
47 lines (47 loc) · 965 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": "The book of Salmonomicon",
"description": "In this bizarre horror-themed game help Mika out and defeat a terrible creature.",
"navmapThumbnail": "https://github.com/pravusjif/salmonomicon/blob/master/screenshot/Salmonomicon.jpg",
"favicon": "favicon_asset"
},
"contact": {
"name": "author-name",
"email": ""
},
"owner": "",
"scene": {
"parcels": [
"-55,1",
"-55,2",
"-55,3",
"-55,4",
"-54,1",
"-54,2",
"-54,3",
"-54,4",
"-53,1",
"-53,2",
"-53,3",
"-53,4",
"-52,1",
"-52,2",
"-52,3",
"-52,4"
],
"base": "-55,1"
},
"communications": {
"type": "webrtc",
"signalling": "https://signalling-01.decentraland.org"
},
"policy": {
"contentRating": "E",
"fly": true,
"voiceEnabled": true,
"blacklist": [],
"teleportPosition": ""
},
"main": "bin/game.js",
"tags": []
}