Update Character to Decrease Health Amount
This commit is contained in:
parent
43155be2e6
commit
16752fb2ce
BIN
EndlessVendetta/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset
(Stored with Git LFS)
Binary file not shown.
@ -113,6 +113,7 @@ void AEndlessVendettaCharacter::BeginPlay()
|
||||
WalkSpeed = CharacterMovement->MaxWalkSpeed;
|
||||
OriginalWalkSpeed = CharacterMovement->MaxWalkSpeed;
|
||||
CurrentStamina = MaxStamina;
|
||||
CurrentHealth = DefaultHealth;
|
||||
}
|
||||
|
||||
void AEndlessVendettaCharacter::Tick(float DeltaTime)
|
||||
|
Loading…
Reference in New Issue
Block a user