-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathehon.json
More file actions
64 lines (64 loc) · 1.15 KB
/
ehon.json
File metadata and controls
64 lines (64 loc) · 1.15 KB
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
{
"config": {
"live": false,
"volumeOn": true,
"storyPath": "assets/story.json",
"imageSrcPath": "assets/image/",
"soundSrcPath": "assets/sound/",
"imageSrcUrl": "../../assets/image/",
"backgroundFile": "background.jpg"
},
"param": {
"image": {
"initialZ": 50,
"defaultSize": 50,
"aspectRatio": 1
},
"text": {
"initialZ": 50,
"defaultSize": 10,
"aspectRatio": 5
},
"camera": {
"initialX": 50,
"initialY": 50,
"initialZ": 300,
"depthOfField": 50,
"vanishingX": 50,
"vanishingY": 50
},
"wheelResponse": {
"XY": 0.05,
"Z": 0.02,
"scale": 0.0005,
"rotate": 0.05,
"opacity": 0.1,
"light": 0.01,
"chroma": 0.5,
"blur": 0.01
},
"animation": {
"skipFrame": 3,
"defaultDuration": 30
}
},
"css": {
"active": {
"outlineColor": "rgb(0,200,180)",
"defaultColor": "rgb(0,200,180)",
"editableColor": "rgb(0,0,240)",
"outlineStyle": "solid",
"outlineWidth": "3px"
},
"resize": {
"resize": "both",
"overflow": "hidden",
"cursor": "move"
},
"option": {
"outlineColor": "rgb(255,50,200)",
"outlineStyle": "solid",
"outlineWidth": "3px"
}
}
}