-
Notifications
You must be signed in to change notification settings - Fork 9
/
panoramas.json
49 lines (49 loc) · 951 Bytes
/
panoramas.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
{
"default": {
"weight": 1,
"musicSound": {
"sound": "music.menu",
"min_delay": 20,
"max_delay": 600,
"replace_current_music": true
},
"splashText": "minecraft:texts/splashes.txt",
"logoControl": {
"logoId": "textures/gui/title/minecraft.png",
"logoX": 0.0,
"logoY": 0.0,
"logoRot": 0.0,
"outlined": true,
"splashX": 0.0,
"splashY": 0.0,
"splashRot": -20.0,
"showEdition": true
},
"cubemaps": [
{
"cubemapId": "textures/gui/title/background/panorama",
"rotationControl": {
"frozen": false,
"woozy": false,
"addedPitch": 0.0,
"addedYaw": 0.0,
"addedRoll": 0.0,
"speedMultiplier": 1.0
},
"visualControl": {
"fov": 85.0,
"width": 2.0,
"height": 2.0,
"depth": 2.0,
"addedX": 0.0,
"addedY": 0.0,
"addedZ": 0.0,
"colorR": 255.0,
"colorG": 255.0,
"colorB": 255.0,
"colorA": 255.0
}
}
]
}
}