Update Project to Update Team Name
This commit is contained in:
parent
605b54c746
commit
7f025df828
@ -2,6 +2,7 @@
|
||||
ProjectID=E877E02D488651FAFC658794FDFE9D6A
|
||||
ProjectName=FatJohnsLifter
|
||||
ProjectDisplayedTitle=NSLOCTEXT("[/Script/EngineSettings]", "BA4B1CB74C60C81AEC61C1B1DE83962B", "FatJohnsLifter")
|
||||
CompanyName=Fat John
|
||||
|
||||
[/Script/SeagullGame.SeagullGameCharacter]
|
||||
FixedCameraPitch=-45.0
|
||||
@ -14,7 +15,7 @@ InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
|
||||
[/Script/UnrealEd.ProjectPackagingSettings]
|
||||
Build=IfProjectHasCode
|
||||
BuildConfiguration=PPBC_Development
|
||||
BuildTarget=FatJohnsLifter
|
||||
BuildTarget=
|
||||
LaunchOnTarget=
|
||||
StagingDirectory=(Path="")
|
||||
FullRebuild=False
|
||||
|
@ -136,6 +136,7 @@ void ASeagullGameCharacter::HealPlayer(float HealAmount)
|
||||
|
||||
void ASeagullGameCharacter::StartGame()
|
||||
{
|
||||
CurrentHealth = MaxHealth;
|
||||
JohnsCurrentHunger = JohnsDefaultHunger;
|
||||
if (GetWorld()->GetTimerManager().IsTimerActive(GameTimerHandle))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user