diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index 30da9ab..20a5d37 100644 --- a/Config/DefaultInput.ini +++ b/Config/DefaultInput.ini @@ -128,6 +128,8 @@ DoubleClickTime=0.200000 +ActionMappings=(ActionName="ZoomReset",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Home) +ActionMappings=(ActionName="ZoomIn",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=PageUp) +ActionMappings=(ActionName="ZoomOut",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=PageDown) ++ActionMappings=(ActionName="Pan",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MiddleMouseButton) ++ActionMappings=(ActionName="PanReset",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=End) +AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W) +AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=S) +AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=D) diff --git a/Content/EMSIM/Blueprints/EMS_CameraPawn.uasset b/Content/EMSIM/Blueprints/EMS_CameraPawn.uasset index 16c42b6..ad6f4fe 100644 Binary files a/Content/EMSIM/Blueprints/EMS_CameraPawn.uasset and b/Content/EMSIM/Blueprints/EMS_CameraPawn.uasset differ diff --git a/Content/EMSIM/Blueprints/EMS_PlayerController.uasset b/Content/EMSIM/Blueprints/EMS_PlayerController.uasset index 4e3238e..5693562 100644 Binary files a/Content/EMSIM/Blueprints/EMS_PlayerController.uasset and b/Content/EMSIM/Blueprints/EMS_PlayerController.uasset differ