소스 검색

按数字1切换第1人称和第3人称视角

killf 2 년 전
부모
커밋
d64b9819b1
6개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Config/DefaultEngine.ini
  2. 2 0
      Config/DefaultInput.ini
  3. BIN
      Content/BP/VRPawn.uasset
  4. BIN
      Content/Maps/Map001.umap
  5. BIN
      Content/Maps/ThirdPersonExampleMap.umap
  6. BIN
      Content/UI/MyProgressBar.uasset

+ 2 - 2
Config/DefaultEngine.ini

@@ -2,8 +2,8 @@
 GameName=TetreeseDemo
 
 [/Script/EngineSettings.GameMapsSettings]
-EditorStartupMap=/Game/Maps/ThirdPersonExampleMap.ThirdPersonExampleMap
-GameDefaultMap=/Game/Maps/ThirdPersonExampleMap.ThirdPersonExampleMap
+EditorStartupMap=/Game/Maps/Map001.Map001
+GameDefaultMap=/Game/Maps/Map001.Map001
 TransitionMap=
 bUseSplitscreen=True
 TwoPlayerSplitscreenLayout=Horizontal

+ 2 - 0
Config/DefaultInput.ini

@@ -127,6 +127,8 @@ DoubleClickTime=0.200000
 +ActionMappings=(ActionName="ResetVR",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Left_Thumbstick_Click)
 +ActionMappings=(ActionName="ResetVR",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=ValveIndex_Left_Thumbstick_Click)
 +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)
 +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/VRPawn.uasset


BIN
Content/Maps/Map001.umap


BIN
Content/Maps/ThirdPersonExampleMap.umap


BIN
Content/UI/MyProgressBar.uasset