Skip to content

Sound changes #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed examples/cave/Mystery.wav
Binary file not shown.
Binary file added examples/cave/cave.wav
Binary file not shown.
22 changes: 11 additions & 11 deletions examples/cave/cyoa.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"background_image": "page01.bmp",
"text": "There is a dark cave in the hillside before you.",
"text_color": "0x000001",
"sound": "Mystery.wav",
"sound": "cave.wav",
"sound_repeat": "True",
"button01_text": "Go inside",
"button01_goto_card_id": "entry",
Expand All @@ -34,7 +34,7 @@
{
"card_id": "entry",
"background_image": "page01.bmp",
"sound": "Mystery.wav",
"sound": "cave.wav",
"sound_repeat": "True",
"text": "You are in a dark, narrow tunnel.",
"text_color": "0x000001",
Expand All @@ -44,7 +44,7 @@
{
"card_id": "side opening",
"background_image": "page01.bmp",
"sound": "Mystery.wav",
"sound": "cave.wav",
"sound_repeat": "True",
"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?",
"text_color": "0x000001",
Expand All @@ -56,7 +56,7 @@
{
"card_id": "treasure room",
"background_image": "page01.bmp",
"sound": "Mystery.wav",
"sound": "cave.wav",
"sound_repeat": "True",
"text": "There is a pile of treasure here. Congratulations!",
"text_color": "0x000001",
Expand All @@ -66,7 +66,7 @@
{
"card_id": "skeleton room",
"background_image": "page01.bmp",
"sound": "Mystery.wav",
"sound": "cave.wav",
"sound_repeat": "True",
"text": "There is a skeleton on the floor. From the items around it, it seems to be that of an unfortunate adventurer.",
"text_color": "0x000001",
Expand All @@ -76,7 +76,7 @@
{
"card_id": "maze 1",
"background_image": "page01.bmp",
"sound": "Mystery.wav",
"sound": "cave.wav",
"sound_repeat": "True",
"text": "There are passages to the left and right.",
"text_color": "0x000001",
Expand All @@ -88,7 +88,7 @@
{
"card_id": "maze 2",
"background_image": "page01.bmp",
"sound": "Mystery.wav",
"sound": "cave.wav",
"sound_repeat": "True",
"text": "There are passages to the left and right.",
"text_color": "0x000001",
Expand All @@ -100,7 +100,7 @@
{
"card_id": "maze 3",
"background_image": "page01.bmp",
"sound": "Mystery.wav",
"sound": "cave.wav",
"sound_repeat": "True",
"text": "There are passages to the left and right.",
"text_color": "0x000001",
Expand All @@ -112,7 +112,7 @@
{
"card_id": "maze 4",
"background_image": "page01.bmp",
"sound": "Mystery.wav",
"sound": "cave.wav",
"sound_repeat": "True",
"text": "There are passages to the left and right.",
"text_color": "0x000001",
Expand All @@ -124,7 +124,7 @@
{
"card_id": "maze 5",
"background_image": "page01.bmp",
"sound": "Mystery.wav",
"sound": "cave.wav",
"sound_repeat": "True",
"text": "There are passages to the left and right.",
"text_color": "0x000001",
Expand All @@ -136,7 +136,7 @@
{
"card_id": "maze 6",
"background_image": "page01.bmp",
"sound": "Mystery.wav",
"sound": "cave.wav",
"sound_repeat": "True",
"text": "There are passages to the left and right.",
"text_color": "0x000001",
Expand Down
Binary file added examples/cyoa/Mystery.wav
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/cyoa/cyoa.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"background_image": "page03.bmp",
"text": "The robot is now you're friend, everyone else wishes they had a robot, this is the best thing ever. Good work!",
"text_color": "0xFFFFFF",
"sound": "sound_03.wav",
"sound": "Mystery.wav",
"button01_text": "Next",
"button01_goto_card_id": "happy ending"
},
Expand Down