davidjtferguson / dancejab

super simple fighting game. dashing and jabbing only.
MIT License
3 stars 0 forks source link

taunts #33

Closed davidjtferguson closed 5 years ago

davidjtferguson commented 5 years ago

Added animuptaunt anim that triggers on holding up, and animdowntaunt anim that triggers on holding down. Both need the rory treatment.

Want to play an sfx as well - I made up taunt on sfx 58 and down taunt on sfx 59, Rory to make them sound how he wants. But I've not done the code for the sfx yet (it was being mean and I'm sleepy

so:

davidjtferguson commented 5 years ago

I have made the sfx play ONCE on the button press. Does not currently loop. I notice the anim loops - should the anim and/or the sfx loop?

davidjtferguson commented 5 years ago

Made the taunt sfx loop.

davidjtferguson commented 5 years ago

had a bug where the taunt was interupted in some way that cancelled the stopping of the looping and it kept playing - need to test around and bug fix. Think it's if you die while taunting.

davidjtferguson commented 5 years ago

Taunts no longer loop. Taunts lock state until the animation finishes.

rcsweeney commented 5 years ago

new up taunt pushed, very temp - chucking ideas about. will revise and update with new, more laughy obnoxious SFXs. the taunt should be smarmy as fuck. basically a ;)

rcsweeney commented 5 years ago

closin this, will have SFX polish in sfx pass