diff --git a/Adventures in Lestoria/Adventures in Lestoria.vcxproj b/Adventures in Lestoria/Adventures in Lestoria.vcxproj
index 088ae397..3e6f06b2 100644
--- a/Adventures in Lestoria/Adventures in Lestoria.vcxproj
+++ b/Adventures in Lestoria/Adventures in Lestoria.vcxproj
@@ -193,7 +193,7 @@
C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\steam;C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\sigon\OneDrive\Documents\include
- Console
+ Windows
true
true
true
diff --git a/Adventures in Lestoria/AdventuresInLestoria.cpp b/Adventures in Lestoria/AdventuresInLestoria.cpp
index 501a69ee..4c9fa5c5 100644
--- a/Adventures in Lestoria/AdventuresInLestoria.cpp
+++ b/Adventures in Lestoria/AdventuresInLestoria.cpp
@@ -153,6 +153,7 @@ float AiL::SIZE_CHANGE_SPEED=1;
AiL::AiL()
{
+ debugLogger.open("debug.log");
utils::datafile::Read(DATA,"assets/config/configuration.txt");
std::filesystem::create_directories("save_file_path"_S);
@@ -207,7 +208,7 @@ AiL::AiL()
std::vectorvalues=DATA.GetProperty("class_list").GetValues();
for(const std::string&cl:values){
- std::cout<RunCallbacks();
if(result!=::discord::Result::Ok){
- std::cout<<"Discord Error Code "<Load(mapPath,&gamepack);
@@ -1959,7 +1960,7 @@ void AiL::InitializeLevel(std::string mapFile,MapName map){
gamepack.AddFile(mapPath);
}
}else{
- std::cout<<"WARNING! "<Create(tileset.GetData().imagewidth,tileset.GetData().imageheight);
SetDrawTarget(r->Sprite());
int tileXCount=tileset.GetData().imagewidth/tileset.GetData().tilewidth;
@@ -2001,7 +2002,7 @@ void AiL::InitializeLevel(std::string mapFile,MapName map){
}
if(MAP_DATA[map].MapData.optimized){
- std::cout<<"Generating optimized map for Map "<