|
| 1 | +{ |
| 2 | + "debug": "false", |
| 3 | + "pages": [ |
| 4 | + { |
| 5 | + "name":"start", |
| 6 | + "image":"start/start_bg", |
| 7 | + "buttons":[ |
| 8 | + {"x":"20", "y":"195", "w":"358", "image":"start/start_japanese","uri":"page://start_first_ja","fire": "SaveLanguageJa"}, |
| 9 | + {"x":"20", "y":"286", "w":"358", "image":"start/start_english","uri":"page://start_first_en","fire": "SaveLanguageEn"} |
| 10 | + ] |
| 11 | + }, |
| 12 | + { |
| 13 | + "name":"start_first_ja", |
| 14 | + "image":"start_first/ja", |
| 15 | + "buttons":[ |
| 16 | + {"image":"ok_button","uri":"page://start_ja"} |
| 17 | + ] |
| 18 | + }, |
| 19 | + { |
| 20 | + "name":"start_first_en", |
| 21 | + "image":"start_first/en", |
| 22 | + "buttons":[ |
| 23 | + {"image":"ok_button","uri":"page://start_en"} |
| 24 | + ] |
| 25 | + }, |
| 26 | + { |
| 27 | + "name":"start_ja", |
| 28 | + "text":"", |
| 29 | + "image":"start/start_bg", |
| 30 | + "buttons":[ |
| 31 | + {"x":"20", "y":"195", "w":"358", "image":"start_ja/howtouse","uri":"https://gpsnmeajp.github.io/EasyVirtualMotionCaptureForUnity-documents/HowToUse/Japanese/"}, |
| 32 | + {"x":"20", "y":"254", "w":"358", "image":"start_ja/vmcprotocol","uri":"https://protocol.vmc.info/"}, |
| 33 | + {"x":"20", "y":"314", "w":"358", "image":"start_ja/discord","uri":"https://github.com/gpsnmeajp/EasyVirtualMotionCaptureForUnity/wiki/Discord"} |
| 34 | + ] |
| 35 | + }, |
| 36 | + { |
| 37 | + "name":"start_en", |
| 38 | + "text":"", |
| 39 | + "image":"start/start_bg", |
| 40 | + "buttons":[ |
| 41 | + {"x":"20", "y":"195", "w":"358", "image":"start_en/howtouse","uri":"https://gpsnmeajp.github.io/EasyVirtualMotionCaptureForUnity-documents/HowToUse/English/"}, |
| 42 | + {"x":"20", "y":"254", "w":"358", "image":"start_en/vmcprotocol","uri":"https://protocol.vmc.info/english"}, |
| 43 | + {"x":"20", "y":"314", "w":"358", "image":"start_en/discord","uri":"https://github.com/gpsnmeajp/EasyVirtualMotionCaptureForUnity/wiki/Discord"} |
| 44 | + ] |
| 45 | + }, |
| 46 | + { |
| 47 | + "name":"versionCheckFailed", |
| 48 | + "text":"", |
| 49 | + "image":"caution_bg", |
| 50 | + "buttons":[ |
| 51 | + {"image":"ignore","uri":"page://start"} |
| 52 | + ] |
| 53 | + } |
| 54 | + ] |
| 55 | +} |
0 commit comments