-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene.json
64 lines (64 loc) · 1.25 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
{
"display": {
"title": "Video UV Mapping to Archways",
"description": "Art Week Road Archways",
"navmapThumbnail": "images/arches-uv-thumbnail.png",
"favicon": "favicon_asset"
},
"contact": {
"name": "vrglitch",
"email": ""
},
"owner": "",
"scene": {
"parcels": [
"60,74","61,74",
"60,75","61,75",
"60,76","61,76",
"60,77","61,77",
"60,78","61,78",
"60,79","61,79",
"60,80","61,80",
"60,81","61,81",
"60,82","61,82",
"60,83","61,83",
"60,84","61,84",
"60,85","61,85",
"60,86","61,86",
"60,87","61,87",
"60,88","61,88",
"60,89","61,89",
"60,90","61,90",
"60,91","61,91",
"60,92","61,92",
"60,93","61,93",
"60,94","61,94",
"60,95","61,95",
"60,96","61,96",
"60,97","61,97",
"60,98","61,98",
"60,99","61,99",
"60,100","61,100",
"60,101","61,101"
],
"base": "60,74"
},
"spawnPoints": [
{
"name": "spawn1",
"default": true,
"position": {
"x": [8,16],
"y": [1,1],
"z": [1,2]
},
"cameraTarget": {
"x": 16,
"y": 1,
"z": 16
}
}
],
"main": "bin/game.js",
"tags": []
}