Browse Source

统一组成阵列和充电的交互方式

killf 1 year ago
parent
commit
f860485d8e

+ 3 - 2
Config/DefaultInput.ini

@@ -135,7 +135,6 @@ DoubleClickTime=0.200000
 +ActionMappings=(ActionName="ResetVR",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MagicLeap_Left_Bumper)
 +ActionMappings=(ActionName="ChangePerspective",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=One)
 +ActionMappings=(ActionName="BeginWaitConnected",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=F)
-+ActionMappings=(ActionName="TryConnect",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=G)
 +ActionMappings=(ActionName="ChangePlayer",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=T)
 +ActionMappings=(ActionName="Disconnect",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=H)
 +ActionMappings=(ActionName="Teleport",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=SpaceBar)
@@ -143,9 +142,11 @@ DoubleClickTime=0.200000
 +ActionMappings=(ActionName="ChangeLevel",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Enter)
 +ActionMappings=(ActionName="ESC",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Escape)
 +ActionMappings=(ActionName="BeginTurn",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=R)
-+ActionMappings=(ActionName="Charge",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=T)
 +ActionMappings=(ActionName="BeginCollect",bShift=False,bCtrl=True,bAlt=False,bCmd=False,Key=O)
 +ActionMappings=(ActionName="Teleport",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Right_Grip_Click)
++ActionMappings=(ActionName="Selecting",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=G)
++ActionMappings=(ActionName="Charge",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=None)
++ActionMappings=(ActionName="TryConnect",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=None)
 +AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W)
 +AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=S)
 +AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=Up)

BIN
Content/BP/ChargeTipActor.uasset


BIN
Content/BP/GoupConnetInfo.uasset


BIN
Content/BP/SelectingInfo.uasset


BIN
Content/BP/Tips/ChargeTipActor.uasset


BIN
Content/BP/Tips/GroupTipActor.uasset


BIN
Content/BP/VRCharacter.uasset


BIN
Content/BP/VRGroup.uasset


BIN
Content/Maps/Demo/Map013.umap


BIN
Content/Maps/Map010.umap