Updated shotgun firing animation

Signed-off-by: TjgL <lithmoneo@gmail.com>
This commit is contained in:
TjgL 2025-03-14 14:17:01 +01:00
parent 9a8a05128d
commit be2e59e003
6 changed files with 14 additions and 4 deletions

4
.gitignore vendored
View File

@ -47,8 +47,8 @@ SourceArt/**/*.png
SourceArt/**/*.tga
# Binary Files
#Binaries/*
#Plugins/**/Binaries/*
Binaries/*
Plugins/**/Binaries/*
# Builds
Build/*

BIN
Content/Legumix/Weapon/Shotgun/Animations/ABP_Shotgun.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -31,6 +31,7 @@ void ALMShotgun::PrimaryFire()
}
PlayAnimation(PrimaryFireAnimation);
Player->PlayAnimation(PrimaryFireArmsAnimation);
const FVector Origin = Player->GetWeaponFiringOrigin();
const FVector Direction = Player->GetAimVector();