diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 03e6929..0b2e175 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -121,6 +121,7 @@ r.LightPropagationVolume=False [/Script/EngineSettings.GameMapsSettings] EditorStartupMap=/Game/Maps/Untitled.Untitled GameDefaultMap=/Game/Maps/Untitled.Untitled +GlobalDefaultGameMode=/Game/blueprints/gameMode/MKCCGameMOde.MKCCGameMode_C [/Script/NavigationSystem.RecastNavMesh] bSortNavigationAreasByCost=False diff --git a/Content/Asset/materials/arrow.uasset b/Content/Asset/materials/arrow.uasset deleted file mode 100644 index 31f1f42..0000000 Binary files a/Content/Asset/materials/arrow.uasset and /dev/null differ diff --git a/Content/Asset/materials/plane.uasset b/Content/Asset/materials/plane.uasset deleted file mode 100644 index 3594527..0000000 Binary files a/Content/Asset/materials/plane.uasset and /dev/null differ diff --git a/Content/Asset/materials/textures/bi_arrow-down.uasset b/Content/Asset/materials/textures/bi_arrow-down.uasset deleted file mode 100644 index 20a5623..0000000 Binary files a/Content/Asset/materials/textures/bi_arrow-down.uasset and /dev/null differ diff --git a/Content/Asset/materials/textures/iconfinder_down_2_1_4829857.uasset b/Content/Asset/materials/textures/iconfinder_down_2_1_4829857.uasset deleted file mode 100644 index 8ff4279..0000000 Binary files a/Content/Asset/materials/textures/iconfinder_down_2_1_4829857.uasset and /dev/null differ diff --git a/Content/Asset/meshes/linePointer/materials/arrow.uasset b/Content/Asset/meshes/linePointer/materials/arrow.uasset new file mode 100644 index 0000000..8a1811e Binary files /dev/null and b/Content/Asset/meshes/linePointer/materials/arrow.uasset differ diff --git a/Content/Asset/meshes/linePointer/materials/textures/bi_arrow-down.uasset b/Content/Asset/meshes/linePointer/materials/textures/bi_arrow-down.uasset new file mode 100644 index 0000000..8596120 Binary files /dev/null and b/Content/Asset/meshes/linePointer/materials/textures/bi_arrow-down.uasset differ diff --git a/Content/Asset/meshes/linePointer/materials/textures/iconfinder_down_2_1_4829857.uasset b/Content/Asset/meshes/linePointer/materials/textures/iconfinder_down_2_1_4829857.uasset new file mode 100644 index 0000000..a623fb3 Binary files /dev/null and b/Content/Asset/meshes/linePointer/materials/textures/iconfinder_down_2_1_4829857.uasset differ diff --git a/Content/Asset/meshes/linePointer/plane.uasset b/Content/Asset/meshes/linePointer/plane.uasset new file mode 100644 index 0000000..fc5b3b6 Binary files /dev/null and b/Content/Asset/meshes/linePointer/plane.uasset differ diff --git a/Content/Maps/Untitled.umap b/Content/Maps/Untitled.umap index 888006b..a4b3a96 100644 Binary files a/Content/Maps/Untitled.umap and b/Content/Maps/Untitled.umap differ diff --git a/Content/blueprints/FunctionLibrary.uasset b/Content/blueprints/FunctionLibrary.uasset new file mode 100644 index 0000000..73aa352 Binary files /dev/null and b/Content/blueprints/FunctionLibrary.uasset differ diff --git a/Content/blueprints/gameMode/MKCCGameMOde.uasset b/Content/blueprints/gameMode/MKCCGameMOde.uasset index c6de3cd..a60620c 100644 Binary files a/Content/blueprints/gameMode/MKCCGameMOde.uasset and b/Content/blueprints/gameMode/MKCCGameMOde.uasset differ diff --git a/Content/blueprints/lift/Lift.uasset b/Content/blueprints/lift/Lift.uasset index 3335df2..625b1d9 100644 Binary files a/Content/blueprints/lift/Lift.uasset and b/Content/blueprints/lift/Lift.uasset differ diff --git a/Content/blueprints/linePointer/linePointer.uasset b/Content/blueprints/linePointer/linePointer.uasset index 12dde4f..f92b915 100644 Binary files a/Content/blueprints/linePointer/linePointer.uasset and b/Content/blueprints/linePointer/linePointer.uasset differ diff --git a/Content/blueprints/pathfinder/pathfinder.uasset b/Content/blueprints/pathfinder/pathfinder.uasset index 67860e8..eba4cba 100644 Binary files a/Content/blueprints/pathfinder/pathfinder.uasset and b/Content/blueprints/pathfinder/pathfinder.uasset differ diff --git a/Content/blueprints/player/MKCCPlayer.uasset b/Content/blueprints/player/MKCCPlayer.uasset new file mode 100644 index 0000000..942a6b5 Binary files /dev/null and b/Content/blueprints/player/MKCCPlayer.uasset differ diff --git a/Content/blueprints/player/Player.uasset b/Content/blueprints/player/Player.uasset deleted file mode 100644 index 34def59..0000000 Binary files a/Content/blueprints/player/Player.uasset and /dev/null differ