diff --git a/Adventures in Lestoria/TODO.txt b/Adventures in Lestoria/TODO.txt index 5a2db94d..51831d3c 100644 --- a/Adventures in Lestoria/TODO.txt +++ b/Adventures in Lestoria/TODO.txt @@ -10,6 +10,5 @@ March 30th -> Public Demo Release - Credits/Licensing -- Check Story 2 Bugs - Check online username boxes (does not show the *?)\ - Show Game Saved \ No newline at end of file diff --git a/Adventures in Lestoria/Version.h b/Adventures in Lestoria/Version.h index 16084c8d..c8cfe9cd 100644 --- a/Adventures in Lestoria/Version.h +++ b/Adventures in Lestoria/Version.h @@ -39,7 +39,7 @@ All rights reserved. #define VERSION_MAJOR 0 #define VERSION_MINOR 3 #define VERSION_PATCH 0 -#define VERSION_BUILD 7758 +#define VERSION_BUILD 7759 #define stringify(a) stringify_(a) #define stringify_(a) #a diff --git a/Adventures in Lestoria/VisualNovel.cpp b/Adventures in Lestoria/VisualNovel.cpp index e412cc7d..604d8af1 100644 --- a/Adventures in Lestoria/VisualNovel.cpp +++ b/Adventures in Lestoria/VisualNovel.cpp @@ -391,7 +391,9 @@ DialogCommand::DialogCommand(std::string dialog) :dialog(dialog){} CommandType::CommandType DialogCommand::GetType(){return CommandType::DIALOG;} -void PauseCommand::Execute(VisualNovel&vn){} +void PauseCommand::Execute(VisualNovel&vn){ + vn.ExecuteNextCommand(); +} PauseCommand::PauseCommand(){} CommandType::CommandType PauseCommand::GetType(){return CommandType::PAUSE;} diff --git a/Adventures in Lestoria/assets/config/audio/bgm.txt b/Adventures in Lestoria/assets/config/audio/bgm.txt index 67598a35..e5199b50 100644 --- a/Adventures in Lestoria/assets/config/audio/bgm.txt +++ b/Adventures in Lestoria/assets/config/audio/bgm.txt @@ -126,7 +126,7 @@ BGM Events { - Default Volume = 20%,70%,70%,70% + Default Volume = 20%,50%,20%,70% } } } \ No newline at end of file diff --git a/Adventures in Lestoria/assets/config/story/Chapter 1.txt b/Adventures in Lestoria/assets/config/story/Chapter 1.txt index 03fd25b7..9498ce1f 100644 --- a/Adventures in Lestoria/assets/config/story/Chapter 1.txt +++ b/Adventures in Lestoria/assets/config/story/Chapter 1.txt @@ -213,7 +213,7 @@ Hello, my name is Greg. Thanks for the rescue. [You] -Rescue? I am just hunting slimes. Anyway, [Player name]. Glad I could help. +Rescue? I am just hunting slimes. Anyway, [You]. Glad I could help. [Greg] @@ -281,7 +281,7 @@ You explain to Greg what happened at the crossing. [Greg] -That's not good. You said you built a small camp nearby? Guess I will go there for now then. +That's not good. You said you built a #00FFD0small camp#FFFFFF nearby? Guess I will go there for now then. If you need any weapons or armour, you can find me there. diff --git a/x64/Release/Adventures in Lestoria.exe b/x64/Release/Adventures in Lestoria.exe index ba1141fb..e729fb39 100644 Binary files a/x64/Release/Adventures in Lestoria.exe and b/x64/Release/Adventures in Lestoria.exe differ