Host Game now opens level
There are some things in here meshes/characters/gamemodes that can be removed.
This commit is contained in:
File diff suppressed because one or more lines are too long
BIN
Content/PolygonMilitary/Animation/ABP_Unarmed.uasset
Normal file
BIN
Content/PolygonMilitary/Animation/ABP_Unarmed.uasset
Normal file
Binary file not shown.
BIN
Content/PolygonMilitary/Animation/MM_Idle.uasset
Normal file
BIN
Content/PolygonMilitary/Animation/MM_Idle.uasset
Normal file
Binary file not shown.
BIN
Content/PolygonMilitary/M_PolygonMilitary_01_A.uasset
Normal file
BIN
Content/PolygonMilitary/M_PolygonMilitary_01_A.uasset
Normal file
Binary file not shown.
BIN
Content/PolygonMilitary/SKEL_Chr_Soldier_Male_01.uasset
Normal file
BIN
Content/PolygonMilitary/SKEL_Chr_Soldier_Male_01.uasset
Normal file
Binary file not shown.
BIN
Content/PolygonMilitary/SK_Chr_Soldier_Male_01.uasset
Normal file
BIN
Content/PolygonMilitary/SK_Chr_Soldier_Male_01.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -81,5 +81,10 @@ void AMyPlayerController::Look(const FInputActionValue& Value)
|
||||
|
||||
void AMyPlayerController::Jump(const FInputActionValue& Value)
|
||||
{
|
||||
if(PlayerCharacter)
|
||||
{
|
||||
PlayerCharacter->Jump();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user