diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index 99c0da5..c09981c 100644 --- a/Config/DefaultInput.ini +++ b/Config/DefaultInput.ini @@ -80,6 +80,7 @@ +ActionMappings=(ActionName="ThrottleUp",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=RightMouseButton) +ActionMappings=(ActionName="ThrottleDown",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=SpaceBar) +ActionMappings=(ActionName="Shooting",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftMouseButton) ++ActionMappings=(ActionName="Focus",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=R) +AxisMappings=(AxisName="Roll",Scale=1.000000,Key=Q) +AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W) +AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=D) diff --git a/Content/PlaneTest/BiPlane/BiPlanePawn_BP.uasset b/Content/PlaneTest/BiPlane/BiPlanePawn_BP.uasset index f4c0a9e..b326513 100644 --- a/Content/PlaneTest/BiPlane/BiPlanePawn_BP.uasset +++ b/Content/PlaneTest/BiPlane/BiPlanePawn_BP.uasset Binary files differ diff --git a/SkyFrontier.uproject b/SkyFrontier.uproject index b4dd3c1..6003fa6 100644 --- a/SkyFrontier.uproject +++ b/SkyFrontier.uproject @@ -14,6 +14,11 @@ { "Name": "RawInput", "Enabled": true + }, + { + "Name": "UniversalCameraPlugin", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/a9172fdfc87c464eae3a49860ee2610f" } ] } \ No newline at end of file