-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathdefine.txt
More file actions
55 lines (55 loc) · 1.76 KB
/
define.txt
File metadata and controls
55 lines (55 loc) · 1.76 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
{
"debug": "false",
"pages": [
{
"name":"start",
"image":"start/start_bg",
"buttons":[
{"x":"20", "y":"195", "w":"358", "image":"start/start_japanese","uri":"page://start_first_ja","fire": "SaveLanguageJa"},
{"x":"20", "y":"286", "w":"358", "image":"start/start_english","uri":"page://start_first_en","fire": "SaveLanguageEn"}
]
},
{
"name":"start_first_ja",
"image":"start_first/ja",
"buttons":[
{"image":"ok_button","uri":"page://start_ja"}
]
},
{
"name":"start_first_en",
"image":"start_first/en",
"buttons":[
{"image":"ok_button","uri":"page://start_en"}
]
},
{
"name":"start_ja",
"text":"",
"image":"start/start_bg",
"buttons":[
{"x":"20", "y":"195", "w":"358", "image":"start_ja/howtouse","uri":"https://gpsnmeajp.github.io/EasyVirtualMotionCaptureForUnity-documents/HowToUse/Japanese/"},
{"x":"20", "y":"254", "w":"358", "image":"start_ja/vmcprotocol","uri":"https://protocol.vmc.info/"},
{"x":"20", "y":"314", "w":"358", "image":"start_ja/discord","uri":"https://github.com/gpsnmeajp/EasyVirtualMotionCaptureForUnity/wiki/Discord"}
]
},
{
"name":"start_en",
"text":"",
"image":"start/start_bg",
"buttons":[
{"x":"20", "y":"195", "w":"358", "image":"start_en/howtouse","uri":"https://gpsnmeajp.github.io/EasyVirtualMotionCaptureForUnity-documents/HowToUse/English/"},
{"x":"20", "y":"254", "w":"358", "image":"start_en/vmcprotocol","uri":"https://protocol.vmc.info/english"},
{"x":"20", "y":"314", "w":"358", "image":"start_en/discord","uri":"https://github.com/gpsnmeajp/EasyVirtualMotionCaptureForUnity/wiki/Discord"}
]
},
{
"name":"versionCheckFailed",
"text":"",
"image":"caution_bg",
"buttons":[
{"image":"ignore","uri":"page://start"}
]
}
]
}