|
1 | 1 | [
|
2 | 2 | {
|
3 |
| - "page_id": "startup", |
| 3 | + "card_id": "startup", |
4 | 4 | "background_image": "startup.bmp",
|
5 | 5 | "sound": "startup.wav",
|
6 | 6 | "auto_advance": "5"
|
7 | 7 | },
|
8 | 8 | {
|
9 |
| - "page_id": "home", |
| 9 | + "card_id": "home", |
10 | 10 | "background_image": "home.bmp",
|
11 | 11 | "sound": "home.wav",
|
12 | 12 | "sound_repeat": "True",
|
13 | 13 | "button01_text": "Help",
|
14 |
| - "button01_goto_page_id": "help", |
| 14 | + "button01_goto_card_id": "help", |
15 | 15 | "button02_text": "Start",
|
16 |
| - "button02_goto_page_id": "1" |
| 16 | + "button02_goto_card_id": "want to build?" |
17 | 17 | },
|
18 | 18 |
|
19 | 19 | {
|
20 |
| - "page_id": "1", |
| 20 | + "card_id": "want to build?", |
21 | 21 | "background_image": "page01.bmp",
|
22 | 22 | "text": "You do not have any friends so you decide that it might be a good idea to build a robot friend. You're unsure if you want to do this, so now is the time to decide. Do you want to build a robot friend?",
|
23 | 23 | "text_color": "0x000001",
|
24 | 24 | "sound": "sound_01.wav",
|
25 | 25 | "button01_text": "Yes",
|
26 |
| - "button01_goto_page_id": "2", |
| 26 | + "button01_goto_card_id": "continue?", |
27 | 27 | "button02_text": "No",
|
28 |
| - "button02_goto_page_id": "4" |
| 28 | + "button02_goto_card_id": "lazy" |
29 | 29 | },
|
30 | 30 | {
|
31 |
| - "page_id": "2", |
| 31 | + "card_id": "continue?", |
32 | 32 | "background_image": "page02.bmp",
|
33 | 33 | "text": "You spend all day, then all week, then all month building a robot, everyone stops talking to you, however a lot of progress has been made. Do you want to keep making the robots?",
|
34 | 34 | "text_color": "0xFFFFFF",
|
35 | 35 | "button01_text": "Yes",
|
36 |
| - "button01_goto_page_id": "3", |
| 36 | + "button01_goto_card_id": "robot friend", |
37 | 37 | "button02_text": "No",
|
38 |
| - "button02_goto_page_id": "4" |
| 38 | + "button02_goto_card_id": "lazy" |
39 | 39 | },
|
40 | 40 | {
|
41 |
| - "page_id": "3", |
| 41 | + "card_id": "robot friend", |
42 | 42 | "background_image": "page03.bmp",
|
43 | 43 | "text": "The robot is now you're friend, everyone else wishes they had a robot, this is the best thing ever. Good work!",
|
44 | 44 | "text_color": "0xFFFFFF",
|
45 | 45 | "sound": "sound_03.wav",
|
46 | 46 | "button01_text": "Next",
|
47 |
| - "button01_goto_page_id": "happy_ending" |
| 47 | + "button01_goto_card_id": "happy ending" |
48 | 48 | },
|
49 | 49 | {
|
50 |
| - "page_id": "4", |
| 50 | + "card_id": "lazy", |
51 | 51 | "background_image": "page04.bmp",
|
52 | 52 | "sound": "sound_04.wav",
|
53 | 53 | "text": "Welp, not only will you not have any friends, you are lazy. What's the point of playing? Try again.",
|
54 | 54 | "text_color": "0xFFFFFF",
|
55 | 55 | "button01_text": "Start Over",
|
56 |
| - "button01_goto_page_id": "home" |
| 56 | + "button01_goto_card_id": "home" |
57 | 57 | },
|
58 | 58 | {
|
59 |
| - "page_id": "help", |
| 59 | + "card_id": "help", |
60 | 60 | "background_image": "help.bmp",
|
61 | 61 | "text": "All you need to do is click the buttons, that's it.\nThis is a new line.",
|
62 | 62 | "text_color": "0xFFFFFF",
|
63 | 63 | "button01_text": "Home",
|
64 |
| - "button01_goto_page_id": "home" |
| 64 | + "button01_goto_card_id": "home" |
65 | 65 | },
|
66 | 66 | {
|
67 |
| - "page_id": "happy_ending", |
| 67 | + "card_id": "happy ending", |
68 | 68 | "background_image": "happyending.bmp",
|
69 | 69 | "sound": "happy_ending.wav",
|
70 | 70 | "sound_repeat": "True",
|
71 | 71 | "button01_text": "Home",
|
72 |
| - "button01_goto_page_id": "home" |
| 72 | + "button01_goto_card_id": "home" |
73 | 73 | }
|
74 | 74 | ]
|
0 commit comments