-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscene.json
86 lines (86 loc) · 1.43 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
{
"display": {
"title": "DCL Scene",
"description": "My new Decentraland project",
"navmapThumbnail": "images/scene-thumbnail.png",
"favicon": "favicon_asset"
},
"contact": {
"name": "author-name",
"email": ""
},
"owner": "",
"scene": {
"parcels": [
"61,-149",
"61,-148",
"61,-147",
"61,-146",
"61,-145",
"61,-144",
"62,-149",
"62,-148",
"62,-147",
"62,-146",
"62,-145",
"62,-144",
"63,-149",
"63,-148",
"63,-147",
"63,-146",
"63,-145",
"63,-144",
"64,-149",
"64,-148",
"64,-147",
"64,-146",
"64,-145",
"64,-144",
"65,-149",
"65,-148",
"65,-147",
"65,-146",
"65,-145",
"65,-144",
"66,-149",
"66,-148",
"66,-147",
"66,-146",
"66,-145",
"66,-144",
"67,-149",
"67,-148",
"67,-147",
"67,-146",
"67,-145",
"67,-144",
"68,-149",
"68,-148",
"68,-147",
"68,-146",
"68,-145",
"68,-144"
],
"base": "61,-149"
},
"requiredPermissions": [],
"main": "bin/game.js",
"tags": [],
"spawnPoints": [
{
"name": "spawn1",
"default": true,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"cameraTarget": {
"x": 8,
"y": 1,
"z": 8
}
}
],
"featureToggles": {}
}