Compare commits
5 commits
492ad45d5a
...
efb3a6e3d5
Author | SHA1 | Date | |
---|---|---|---|
efb3a6e3d5 | |||
74e58ae239 | |||
cdbf024fda | |||
25d7bb8215 | |||
c5473a6f1f |
15 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ ThreePlayerSplitscreenLayout=FavorTop
|
||||||
FourPlayerSplitscreenLayout=Grid
|
FourPlayerSplitscreenLayout=Grid
|
||||||
bOffsetPlayerGamepadIds=False
|
bOffsetPlayerGamepadIds=False
|
||||||
GameInstanceClass=/Game/0_Project/Core/Engine/MyGameInstance.MyGameInstance_C
|
GameInstanceClass=/Game/0_Project/Core/Engine/MyGameInstance.MyGameInstance_C
|
||||||
GameDefaultMap=/Game/0_Project/Maps/MainMap.MainMap
|
GameDefaultMap=/Game/0_Project/Maps/MainMenu.MainMenu
|
||||||
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
||||||
GlobalDefaultGameMode=/Game/0_Project/Core/Engine/My_GameMode.My_GameMode_C
|
GlobalDefaultGameMode=/Game/0_Project/Core/Engine/SPGameMode.SPGameMode_C
|
||||||
GlobalDefaultServerGameMode=None
|
GlobalDefaultServerGameMode=None
|
||||||
|
|
||||||
[/Script/Engine.Engine]
|
[/Script/Engine.Engine]
|
||||||
|
@ -61,7 +61,7 @@ bTickWhilePaused=True
|
||||||
bInitialBuildingLocked=False
|
bInitialBuildingLocked=False
|
||||||
bSkipAgentHeightCheckWhenPickingNavData=False
|
bSkipAgentHeightCheckWhenPickingNavData=False
|
||||||
DataGatheringMode=Instant
|
DataGatheringMode=Instant
|
||||||
bGenerateNavigationOnlyAroundNavigationInvokers=False
|
bGenerateNavigationOnlyAroundNavigationInvokers=True
|
||||||
ActiveTilesUpdateInterval=1.000000
|
ActiveTilesUpdateInterval=1.000000
|
||||||
+SupportedAgents=(Name="Default",Color=(B=255,G=251,R=181,A=164),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=250.000000),NavDataClass=/Script/NavigationSystem.RecastNavMesh,AgentRadius=10.000000,AgentHeight=12.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData=None,bCanCrouch=False,bCanJump=False,bCanWalk=True,bCanSwim=False,bCanFly=False)
|
+SupportedAgents=(Name="Default",Color=(B=255,G=251,R=181,A=164),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=250.000000),NavDataClass=/Script/NavigationSystem.RecastNavMesh,AgentRadius=10.000000,AgentHeight=12.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData=None,bCanCrouch=False,bCanJump=False,bCanWalk=True,bCanSwim=False,bCanFly=False)
|
||||||
SupportedAgentsMask=(bSupportsAgent0=True,bSupportsAgent1=True,bSupportsAgent2=True,bSupportsAgent3=True,bSupportsAgent4=True,bSupportsAgent5=True,bSupportsAgent6=True,bSupportsAgent7=True,bSupportsAgent8=True,bSupportsAgent9=True,bSupportsAgent10=True,bSupportsAgent11=True,bSupportsAgent12=True,bSupportsAgent13=True,bSupportsAgent14=True,bSupportsAgent15=True)
|
SupportedAgentsMask=(bSupportsAgent0=True,bSupportsAgent1=True,bSupportsAgent2=True,bSupportsAgent3=True,bSupportsAgent4=True,bSupportsAgent5=True,bSupportsAgent6=True,bSupportsAgent7=True,bSupportsAgent8=True,bSupportsAgent9=True,bSupportsAgent10=True,bSupportsAgent11=True,bSupportsAgent12=True,bSupportsAgent13=True,bSupportsAgent14=True,bSupportsAgent15=True)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/0_Project/Characters/Samourai/Test/IdleFrame.uasset
Normal file
BIN
Content/0_Project/Characters/Samourai/Test/IdleFrame.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Characters/Samourai/Test/IdleToRun.uasset
Normal file
BIN
Content/0_Project/Characters/Samourai/Test/IdleToRun.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Characters/Samourai/Test/RunToIdle.uasset
Normal file
BIN
Content/0_Project/Characters/Samourai/Test/RunToIdle.uasset
Normal file
Binary file not shown.
Binary file not shown.
BIN
Content/0_Project/Core/Engine/MenuPawn.uasset
Normal file
BIN
Content/0_Project/Core/Engine/MenuPawn.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/0_Project/UI/UMG/NewWidgetBlueprint.uasset
Normal file
BIN
Content/0_Project/UI/UMG/NewWidgetBlueprint.uasset
Normal file
Binary file not shown.
Loading…
Reference in a new issue