Compare commits

...

2 Commits

Author SHA1 Message Date
Ji Yoon Rhee
8b5c9a1f4b still working on implementing the CheckForIntertactable(). the ui is buggy 2024-06-12 22:48:50 +09:00
Ji Yoon Rhee
ce82fffdda implemented dashing on blueprints 2024-06-12 22:47:53 +09:00
11 changed files with 22 additions and 14 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -101,6 +101,9 @@ void Ahwanyoung2Character::CheckForInteractables()
void Ahwanyoung2Character::Tick(float DeltaTime)
{
Super::Tick(DeltaTime);
CheckForInteractables();
}
//////////////////////////////////////////////////////////////////////////

View File

@ -111,6 +111,5 @@ protected:
// To add mapping context
virtual void BeginPlay();
};