-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene1.json
72 lines (72 loc) · 1.25 KB
/
scene1.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"display": {
"title": "NFT gallery of caktux",
"favicon": "favicon_asset"
},
"contact": {
"name": "caktux",
"email": ""
},
"owner": "0x378BCce7235D53BBc3774BFf8559191F06E6818E",
"scene": {
"parcels": [
"-128,32",
"-127,32",
"-126,32",
"-125,32",
"-124,32",
"-128,31",
"-127,31",
"-126,31",
"-125,31",
"-124,31",
"-128,30",
"-127,30",
"-126,30",
"-125,30",
"-124,30",
"-128,29",
"-127,29",
"-126,29",
"-125,29",
"-124,29",
"-128,28",
"-127,28",
"-126,28",
"-125,28",
"-124,28"
],
"base": "-128,32"
},
"communications": {
"type": "webrtc",
"signalling": "https://signalling-01.decentraland.org"
},
"policy": {
"contentRating": "E",
"fly": true,
"voiceEnabled": true,
"blacklist": []
},
"requiredPermissions": [
"ALLOW_TO_MOVE_PLAYER_INSIDE_SCENE"
],
"main": "bin/game.js",
"tags": [],
"spawnPoints": [
{
"name": "spawn1",
"default": true,
"position": {
"x": [24, 36],
"y": 0,
"z": [-8, -12]
},
"cameraTarget": {
"x": 64,
"y": 1,
"z": -24
}
}
]
}