ReflextionsDev / Zombiehood

Project Adder is an open-sourced 2D zombie shooting sandbox game, blending run & gun mechanics with rogue-lite elements. Open Sourced under GNU GPL V3.
https://store.steampowered.com/app/2598410/Project_Adder/
Other
9 stars 2 forks source link

Adds dual wield support for Big Iron #135

Open Everade opened 2 weeks ago

Everade commented 2 weeks ago

Added placeholder cocking animation, which fixes the weapon failing to load the spring

Todo:

Fixes https://github.com/ReflextionsDev/Zombiehood/issues/44

ReflextionsDev commented 3 days ago

OK yeah I took a look at this and the animation might be difficult.

I think we'll need a pretty custom solution where there's no custom animation, but 1 hand will move over the other, and then the other hand moves over that hand. (Just through angles)

It will be a bit of a pain but would all for all dual wield support in the future which is handy.