Added Manny character

This commit is contained in:
Kukukakhew
2025-11-26 17:20:59 -05:00
parent cec59ce0e6
commit faa7e1e436
133 changed files with 10 additions and 0 deletions

View File

@@ -16,6 +16,10 @@ ADDICharacter::ADDICharacter()
CameraComponent->SetRelativeLocation(FVector(0.0f, 0.0f, 50.0f));
CameraComponent->bUsePawnControlRotation = true;
/* Was going to add, but showed up as duplicate.
//CharacterMeshCompenent = CreateDefaultSubobject<USkeletalMeshComponent>(TEXT("CharacterMeshComponent"));
// CharacterMeshCompenent->SetupAttachment(CameraComponent);
*/
}
// Called when the game starts or when spawned