PlaceholderGames / 2016-VnD_Game

2nd year computer games development group project
2 stars 0 forks source link

Dynamically changing the animiation of an ant #30

Closed napiorek closed 7 years ago

napiorek commented 7 years ago

Rather than remove/swap the character to perform certain activity (like digging) the blue print for swapping the ant animation is needed.

BojanStankovic commented 7 years ago

Renamed the issue to keep the consistency. GitHub automatically assigns the number for the issue.

napiorek commented 7 years ago

To create the blueprint that will change the animation of an ant I need to incorporate it with #16. BojanStankovic sugested to create a Develop branch that will include #16 and the branch #20

napiorek commented 7 years ago

I modify the BP of the ThirdPerson so it change the Ant animation from running to digging(if triggered)

image

napiorek commented 7 years ago

Also added the option to pause the Ant as this was helpful during developing the game.

napiorek commented 7 years ago

Button 2 will trigger forward digging (horizontal) and button 3 will trigger digging in vertical direction ( down) and in both cases the animation will be assign accordingly

napiorek commented 7 years ago

Task has been accomplished, ready for testing!

BojanStankovic commented 7 years ago

Tested and merged to 'develop'. Great stuff. Closing