diff --git a/assets/config.json b/assets/config.json index 11746fa..9356487 100644 --- a/assets/config.json +++ b/assets/config.json @@ -1,6 +1,6 @@ { "sounds": { - "rat_king_fight": "assets/sounds/RatKing_Fight_Audio-Master.ogg", + "test_story": "assets/sounds/test_story.ogg", "Sword_Hit_1": "assets/sounds/Creature_Sounds-Sword_Hit_1.ogg", "Evil_Eye_Sound_1": "assets/sounds/Creature_Sounds-Evil_Eye_Sound_1.ogg", "Evil_Eye_Sound_2": "assets/sounds/Creature_Sounds-Evil_Eye_Sound_2.ogg", diff --git a/assets/sounds/test_story.ogg b/assets/sounds/test_story.ogg new file mode 100644 index 0000000..688b5af Binary files /dev/null and b/assets/sounds/test_story.ogg differ diff --git a/assets/stories.json b/assets/stories.json index e7f444a..8d14de0 100644 --- a/assets/stories.json +++ b/assets/stories.json @@ -2,7 +2,7 @@ "rat_king": {"_type": "Storyboard", "image": "test_story", - "audio": "rat_king_fight", + "audio": "test_story", "layout": [ "[a|b|c1]", "[d|e|c2]",