Valks-Games / zombies

I'm trying to make a non-profit open-source C# Godot Zombies game.
MIT License
8 stars 1 forks source link

Easier way to switch between attack animations? #16

Open valkyrienyanko opened 1 year ago

valkyrienyanko commented 1 year ago

Currently the zombie has 4 different attack animations. I am using a BlendSpace1D node to switch between these attack type animations. The node is connected to a OneShot node to trigger the animation.

Capture