-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene.json
104 lines (104 loc) · 1.75 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"display": {
"title": "Evolution Stage - Metaverse Festival",
"description": "Metaverse Festival Day Cyberpunk",
"navmapThumbnail": "assets/thumbnail.png",
"favicon": "favicon_asset"
},
"contact": {
"name": "Decentraland Foundation",
"email": ""
},
"owner": "",
"scene": {
"parcels": [
"-67,89",
"-67,90",
"-67,91",
"-67,92",
"-67,93",
"-67,94",
"-67,95",
"-67,96",
"-66,89",
"-66,90",
"-66,91",
"-66,92",
"-66,93",
"-66,94",
"-66,95",
"-66,96",
"-65,89",
"-65,90",
"-65,91",
"-65,92",
"-65,93",
"-65,94",
"-65,95",
"-65,96",
"-64,89",
"-64,90",
"-64,91",
"-64,92",
"-64,93",
"-64,94",
"-64,95",
"-64,96",
"-63,89",
"-63,90",
"-63,91",
"-63,92",
"-63,93",
"-63,94",
"-63,95",
"-63,96",
"-62,89",
"-62,90",
"-62,91",
"-62,92",
"-62,93",
"-62,94",
"-62,95",
"-62,96",
"-61,89",
"-61,90",
"-61,91",
"-61,92",
"-61,93",
"-61,94",
"-61,95",
"-61,96",
"-60,89",
"-60,90",
"-60,91",
"-60,92",
"-60,93",
"-60,94",
"-60,95",
"-60,96"
],
"base": "-67,89"
},
"requiredPermissions": ["ALLOW_TO_TRIGGER_AVATAR_EMOTE"],
"main": "bin/game.js",
"tags": [],
"spawnPoints": [
{
"name": "spawn1",
"default": true,
"position": {
"x": [50,70],
"y": 0,
"z": [10,30]
},
"cameraTarget": {
"x": 60,
"y": 1,
"z": 60
}
}
],
"featureToggles": {
"voiceChat": "disabled"
}
}