diff --git a/Adventures in Lestoria/Adventures in Lestoria.vcxproj b/Adventures in Lestoria/Adventures in Lestoria.vcxproj index 96c4fbf3..2d03f7d2 100644 --- a/Adventures in Lestoria/Adventures in Lestoria.vcxproj +++ b/Adventures in Lestoria/Adventures in Lestoria.vcxproj @@ -206,6 +206,10 @@ + + + + @@ -844,6 +848,7 @@ + diff --git a/Adventures in Lestoria/Adventures in Lestoria.vcxproj.filters b/Adventures in Lestoria/Adventures in Lestoria.vcxproj.filters index 8cf54293..016a1363 100644 --- a/Adventures in Lestoria/Adventures in Lestoria.vcxproj.filters +++ b/Adventures in Lestoria/Adventures in Lestoria.vcxproj.filters @@ -1009,6 +1009,7 @@ Header Files\steam + diff --git a/Adventures in Lestoria/SettingsWindow.cpp b/Adventures in Lestoria/SettingsWindow.cpp index 9911b0c8..428a4efb 100644 --- a/Adventures in Lestoria/SettingsWindow.cpp +++ b/Adventures in Lestoria/SettingsWindow.cpp @@ -249,7 +249,7 @@ void Menu::InitializeSettingsWindow(){ {game->KEY_CONFIRM,{"Select",[](MenuType type){}}}, } ,{ //Button Navigation Rules - {"BGM Slider",{ + {"BGM Slider",{ .up="Go Back", .down="SFX Slider",}}, {"SFX Slider",{ @@ -260,7 +260,7 @@ void Menu::InitializeSettingsWindow(){ .down="Screen Shake Checkbox", .left="Show Max Mana Checkbox", .right="Show Max Mana Checkbox",}}, - {"Show Max Mana Checkbox",{ + {"Show Max Mana Checkbox",{ .up="SFX Slider", .down="Terrain Collision Boxes Checkbox", .left="Show Max HP Checkbox", diff --git a/Adventures in Lestoria/Version.h b/Adventures in Lestoria/Version.h index bce0000b..116592c4 100644 --- a/Adventures in Lestoria/Version.h +++ b/Adventures in Lestoria/Version.h @@ -39,7 +39,7 @@ All rights reserved. #define VERSION_MAJOR 1 #define VERSION_MINOR 0 #define VERSION_PATCH 0 -#define VERSION_BUILD 8492 +#define VERSION_BUILD 8507 #define stringify(a) stringify_(a) #define stringify_(a) #a diff --git a/read_debug_log.ps1 b/read_debug_log.ps1 new file mode 100644 index 00000000..efef15ae --- /dev/null +++ b/read_debug_log.ps1 @@ -0,0 +1,2 @@ +clear +Get-Content "Adventures in Lestoria/debug.log" -Wait \ No newline at end of file diff --git a/x64/Release/Adventures in Lestoria.exe b/x64/Release/Adventures in Lestoria.exe index 13d185c7..ff51cab7 100644 Binary files a/x64/Release/Adventures in Lestoria.exe and b/x64/Release/Adventures in Lestoria.exe differ