You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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
+
"text_color": "0x000001",
24
+
"sound": "sound_01.wav",
25
+
"button01_text": "Yes",
26
+
"button01_goto_card_id": "continue?",
27
+
"button02_text": "No",
28
+
"button02_goto_card_id": "lazy"
29
+
},
30
+
{
31
+
"card_id": "continue?",
32
+
"background_image": "page02.bmp",
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
+
"text_color": "0xFFFFFF",
35
+
"button01_text": "Yes",
36
+
"button01_goto_card_id": "robot friend",
37
+
"button02_text": "No",
38
+
"button02_goto_card_id": "lazy"
39
+
},
40
+
{
41
+
"card_id": "robot friend",
42
+
"background_image": "page03.bmp",
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
+
"text_color": "0xFFFFFF",
45
+
"sound": "Mystery.wav",
46
+
"button01_text": "Next",
47
+
"button01_goto_card_id": "happy ending"
48
+
},
49
+
{
50
+
"card_id": "lazy",
51
+
"background_image": "page04.bmp",
52
+
"sound": "sound_04.wav",
53
+
"text": "Welp, not only will you not have any friends, you are lazy. What's the point of playing? Try again.",
54
+
"text_color": "0xFFFFFF",
55
+
"button01_text": "Start Over",
56
+
"button01_goto_card_id": "home"
57
+
},
58
+
{
59
+
"card_id": "help",
60
+
"background_image": "help.bmp",
61
+
"text": "All you need to do is click the buttons, that's it.\nThis is a new line.",
0 commit comments