diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 244ef5b..e3bc955 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -7,7 +7,7 @@ DefaultGraphicsPerformance=Maximum AppliedDefaultGraphicsPerformance=Maximum [/Script/EngineSettings.GameMapsSettings] -EditorStartupMap=/Game/0_Project/Maps/TestMap.TestMap +EditorStartupMap=/Game/0_Project/Maps/TestTile.TestTile LocalMapOptions= TransitionMap=None bUseSplitscreen=True @@ -16,7 +16,7 @@ ThreePlayerSplitscreenLayout=FavorTop FourPlayerSplitscreenLayout=Grid bOffsetPlayerGamepadIds=False GameInstanceClass=/Game/0_Project/Core/Engine/MyGameInstance.MyGameInstance_C -GameDefaultMap=/Game/0_Project/Maps/TestMap.TestMap +GameDefaultMap=/Game/0_Project/Maps/TestTile.TestTile ServerDefaultMap=/Engine/Maps/Entry.Entry GlobalDefaultGameMode=/Game/0_Project/Core/Engine/My_GameMode.My_GameMode_C GlobalDefaultServerGameMode=None diff --git a/Content/0_Project/Maps/TestMap.umap b/Content/0_Project/Maps/TestSpeech.umap similarity index 95% rename from Content/0_Project/Maps/TestMap.umap rename to Content/0_Project/Maps/TestSpeech.umap index 5c24887..4750863 100644 Binary files a/Content/0_Project/Maps/TestMap.umap and b/Content/0_Project/Maps/TestSpeech.umap differ diff --git a/Content/0_Project/Maps/TestTile.umap b/Content/0_Project/Maps/TestTile.umap new file mode 100644 index 0000000..9d3347f Binary files /dev/null and b/Content/0_Project/Maps/TestTile.umap differ