Started working on animations

Signed-off-by: TjgL <lithmoneo@gmail.com>
This commit is contained in:
TjgL 2025-02-23 15:40:12 +01:00
parent c72d6d7992
commit 787e011ac4
11 changed files with 25 additions and 13 deletions

BIN
Content/Legumix/Player/BP_Play.uasset (Stored with Git LFS)

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.

Binary file not shown.

Binary file not shown.

View File

@ -41,7 +41,7 @@ void ALMWeaponBase::Setup(USkeletalMeshComponent* Mesh, AActor* CharOwner)
EAttachmentRule::KeepRelative,
false);
AttachToComponent(Mesh, Rules);
AttachToComponent(Mesh, Rules, WeaponSocket);
Player = Cast<ALMPlayer>(CharOwner);
}