Skip to content

Commit 5f3e9ef

Browse files
authored
Merge pull request #5 from dastels/master
Sound changes
2 parents fea7496 + c499693 commit 5f3e9ef

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

examples/cave/Mystery.wav

-1.69 MB
Binary file not shown.

examples/cave/cave.wav

640 KB
Binary file not shown.

examples/cave/cyoa.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"background_image": "page01.bmp",
2525
"text": "There is a dark cave in the hillside before you.",
2626
"text_color": "0x000001",
27-
"sound": "Mystery.wav",
27+
"sound": "cave.wav",
2828
"sound_repeat": "True",
2929
"button01_text": "Go inside",
3030
"button01_goto_card_id": "entry",
@@ -34,7 +34,7 @@
3434
{
3535
"card_id": "entry",
3636
"background_image": "page01.bmp",
37-
"sound": "Mystery.wav",
37+
"sound": "cave.wav",
3838
"sound_repeat": "True",
3939
"text": "You are in a dark, narrow tunnel.",
4040
"text_color": "0x000001",
@@ -44,7 +44,7 @@
4444
{
4545
"card_id": "side opening",
4646
"background_image": "page01.bmp",
47-
"sound": "Mystery.wav",
47+
"sound": "cave.wav",
4848
"sound_repeat": "True",
4949
"text": "You are in a small room, one tunnel leads ahead and another to the side. Do you continue on or explore the side tunnel?",
5050
"text_color": "0x000001",
@@ -56,7 +56,7 @@
5656
{
5757
"card_id": "treasure room",
5858
"background_image": "page01.bmp",
59-
"sound": "Mystery.wav",
59+
"sound": "cave.wav",
6060
"sound_repeat": "True",
6161
"text": "There is a pile of treasure here. Congratulations!",
6262
"text_color": "0x000001",
@@ -66,7 +66,7 @@
6666
{
6767
"card_id": "skeleton room",
6868
"background_image": "page01.bmp",
69-
"sound": "Mystery.wav",
69+
"sound": "cave.wav",
7070
"sound_repeat": "True",
7171
"text": "There is a skeleton on the floor. From the items around it, it seems to be that of an unfortunate adventurer.",
7272
"text_color": "0x000001",
@@ -76,7 +76,7 @@
7676
{
7777
"card_id": "maze 1",
7878
"background_image": "page01.bmp",
79-
"sound": "Mystery.wav",
79+
"sound": "cave.wav",
8080
"sound_repeat": "True",
8181
"text": "There are passages to the left and right.",
8282
"text_color": "0x000001",
@@ -88,7 +88,7 @@
8888
{
8989
"card_id": "maze 2",
9090
"background_image": "page01.bmp",
91-
"sound": "Mystery.wav",
91+
"sound": "cave.wav",
9292
"sound_repeat": "True",
9393
"text": "There are passages to the left and right.",
9494
"text_color": "0x000001",
@@ -100,7 +100,7 @@
100100
{
101101
"card_id": "maze 3",
102102
"background_image": "page01.bmp",
103-
"sound": "Mystery.wav",
103+
"sound": "cave.wav",
104104
"sound_repeat": "True",
105105
"text": "There are passages to the left and right.",
106106
"text_color": "0x000001",
@@ -112,7 +112,7 @@
112112
{
113113
"card_id": "maze 4",
114114
"background_image": "page01.bmp",
115-
"sound": "Mystery.wav",
115+
"sound": "cave.wav",
116116
"sound_repeat": "True",
117117
"text": "There are passages to the left and right.",
118118
"text_color": "0x000001",
@@ -124,7 +124,7 @@
124124
{
125125
"card_id": "maze 5",
126126
"background_image": "page01.bmp",
127-
"sound": "Mystery.wav",
127+
"sound": "cave.wav",
128128
"sound_repeat": "True",
129129
"text": "There are passages to the left and right.",
130130
"text_color": "0x000001",
@@ -136,7 +136,7 @@
136136
{
137137
"card_id": "maze 6",
138138
"background_image": "page01.bmp",
139-
"sound": "Mystery.wav",
139+
"sound": "cave.wav",
140140
"sound_repeat": "True",
141141
"text": "There are passages to the left and right.",
142142
"text_color": "0x000001",

examples/cyoa/Mystery.wav

1.32 MB
Binary file not shown.

examples/cyoa/cyoa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"background_image": "page03.bmp",
4343
"text": "The robot is now you're friend, everyone else wishes they had a robot, this is the best thing ever. Good work!",
4444
"text_color": "0xFFFFFF",
45-
"sound": "sound_03.wav",
45+
"sound": "Mystery.wav",
4646
"button01_text": "Next",
4747
"button01_goto_card_id": "happy ending"
4848
},

0 commit comments

Comments
 (0)