diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 0b2e175..2e63ccc 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -126,7 +126,13 @@ GlobalDefaultGameMode=/Game/blueprints/gameMode/MKCCGameMOde.MKCCGameMode_C [/Script/NavigationSystem.RecastNavMesh] bSortNavigationAreasByCost=False bDoFullyAsyncNavDataGathering=False -CellSize=7.000000 +CellSize=19.000000 AgentRadius=34.000000 MergeRegionSize=400.000000 +AgentHeight=144.000000 +AgentMaxStepHeight=35.000000 +AgentMaxSlope=44.000000 +CellHeight=10.000000 +TileSizeUU=1000.000000 +MinRegionArea=0.000000 diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index 4ef455c..b151b28 100644 --- a/Config/DefaultInput.ini +++ b/Config/DefaultInput.ini @@ -73,14 +73,18 @@ bEnableFOVScaling=True bCaptureMouseOnLaunch=True bAlwaysShowTouchInterface=False bShowConsoleOnFourFingerTap=True -bEnableGestureRecognizer=False +bEnableGestureRecognizer=True bUseAutocorrect=False DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown DefaultViewportMouseLockMode=LockOnCapture FOVScale=0.011110 DoubleClickTime=0.200000 ++ActionMappings=(ActionName="QuitGame",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Escape) ++ActionMappings=(ActionName="ClickLeftMouse",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftMouseButton) +AxisMappings=(AxisName="mouseY",Scale=1.000000,Key=MouseY) -+AxisMappings=(AxisName="mouseX",Scale=1.000000,Key=MouseX) ++AxisMappings=(AxisName="mouseX",Scale=-1.000000,Key=MouseX) ++AxisMappings=(AxisName="MOuseScroll",Scale=1000.000000,Key=MouseWheelAxis) ++AxisMappings=(AxisName="PinchZoom",Scale=50.000000,Key=Gesture_Pinch) DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks -ConsoleKeys=Tilde +ConsoleKeys=Tilde diff --git a/Content/Asset/meshes/linePointer/NewMaterial.uasset b/Content/Asset/meshes/linePointer/NewMaterial.uasset new file mode 100644 index 0000000..78589d0 Binary files /dev/null and b/Content/Asset/meshes/linePointer/NewMaterial.uasset differ diff --git a/Content/Asset/meshes/linePointer/materials/arrow.uasset b/Content/Asset/meshes/linePointer/materials/arrow.uasset index bc2b87d..f0a604d 100644 Binary files a/Content/Asset/meshes/linePointer/materials/arrow.uasset and b/Content/Asset/meshes/linePointer/materials/arrow.uasset differ diff --git a/Content/Asset/meshes/linePointer/tube.uasset b/Content/Asset/meshes/linePointer/tube.uasset new file mode 100644 index 0000000..dd25325 Binary files /dev/null and b/Content/Asset/meshes/linePointer/tube.uasset differ diff --git a/Content/Maps/Untitled.umap b/Content/Maps/Untitled.umap index e4a85f2..9d60b13 100644 Binary files a/Content/Maps/Untitled.umap and b/Content/Maps/Untitled.umap differ diff --git a/Content/Widgets/findeMenu.uasset b/Content/Widgets/findeMenu.uasset index 46af05f..aa27c62 100644 Binary files a/Content/Widgets/findeMenu.uasset and b/Content/Widgets/findeMenu.uasset differ diff --git a/Content/blueprints/FunctionLibrary.uasset b/Content/blueprints/FunctionLibrary.uasset index 73aa352..488fbd1 100644 Binary files a/Content/blueprints/FunctionLibrary.uasset and b/Content/blueprints/FunctionLibrary.uasset differ diff --git a/Content/blueprints/gameMode/MKCCGameMOde.uasset b/Content/blueprints/gameMode/MKCCGameMOde.uasset index fa2851a..f46258b 100644 Binary files a/Content/blueprints/gameMode/MKCCGameMOde.uasset and b/Content/blueprints/gameMode/MKCCGameMOde.uasset differ diff --git a/Content/blueprints/linePointer/linePointer.uasset b/Content/blueprints/linePointer/linePointer.uasset index 438d9b9..cac6c35 100644 Binary files a/Content/blueprints/linePointer/linePointer.uasset and b/Content/blueprints/linePointer/linePointer.uasset differ diff --git a/Content/blueprints/player/MKCCPlayer.uasset b/Content/blueprints/player/MKCCPlayer.uasset index 16728d4..2baf676 100644 Binary files a/Content/blueprints/player/MKCCPlayer.uasset and b/Content/blueprints/player/MKCCPlayer.uasset differ diff --git a/Content/blueprints/playerController/MKCCPlayerController.uasset b/Content/blueprints/playerController/MKCCPlayerController.uasset new file mode 100644 index 0000000..5fa9629 Binary files /dev/null and b/Content/blueprints/playerController/MKCCPlayerController.uasset differ