Basic new camera trigger
This commit is contained in:
@ -42,15 +42,15 @@ DefaultGraphicsPerformance=Maximum
|
||||
AppliedDefaultGraphicsPerformance=Maximum
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
EditorStartupMap=/Engine/Maps/Templates/Template_Default
|
||||
EditorStartupMap=/Game/Maps/TestLevel
|
||||
EditorStartupMap=/Game/Maps/Tutorial
|
||||
LocalMapOptions=
|
||||
TransitionMap=
|
||||
bUseSplitscreen=False
|
||||
TwoPlayerSplitscreenLayout=Horizontal
|
||||
ThreePlayerSplitscreenLayout=FavorTop
|
||||
GameDefaultMap=/Engine/Maps/Entry
|
||||
GameDefaultMap=/Game/Maps/Space
|
||||
GlobalDefaultGameMode=/Script/Engine.GameMode
|
||||
GameInstanceClass=/Script/Engine.GameInstance
|
||||
GameDefaultMap=/Game/Maps/Tutorial
|
||||
ServerDefaultMap=/Engine/Maps/Entry
|
||||
GlobalDefaultGameMode=/Game/Blueprints/MyGame.MyGame_C
|
||||
GlobalDefaultServerGameMode=None
|
||||
|
||||
|
@ -1,10 +1,15 @@
|
||||
|
||||
[/Script/EngineSettings.GeneralProjectSettings]
|
||||
CompanyName=
|
||||
CompanyName=Team MadScientist
|
||||
CopyrightNotice=Fill out your copyright notice in the Description page of Project Settings.
|
||||
Description=Space runner game
|
||||
Homepage=
|
||||
LicensingTerms=
|
||||
PrivacyPolicy=
|
||||
ProjectID=AFE5B1104B11834051935EB89B4B0AD2
|
||||
ProjectName=Celerity
|
||||
ProjectVersion=
|
||||
ProjectVersion=0.1
|
||||
ProjectVersion=0.2
|
||||
SupportContact=
|
||||
ProjectDisplayedTitle=Celerity - development
|
||||
|
||||
|
||||
|
@ -21,10 +21,8 @@ DoubleClickTime=0.200000
|
||||
+ActionMappings=(ActionName="Jump",Key=Gamepad_FaceButton_Bottom,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
+ActionMappings=(ActionName="Fly",Key=Q,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
+ActionMappings=(ActionName="DashLeft",Key=E,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
+ActionMappings=(ActionName="DashLeft",Key=Gamepad_LeftTrigger,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
+ActionMappings=(ActionName="DashRight",Key=R,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
+ActionMappings=(ActionName="DashRight",Key=Gamepad_RightTrigger,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
+ActionMappings=(ActionName="DashLeft",Key=Gamepad_LeftShoulder,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
+ActionMappings=(ActionName="DashRight",Key=R,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
+ActionMappings=(ActionName="DashRight",Key=Gamepad_RightShoulder,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
+ActionMappings=(ActionName="Fly",Key=Gamepad_FaceButton_Left,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
+ActionMappings=(ActionName="Respawn",Key=Gamepad_Special_Left,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
|
Reference in New Issue
Block a user