davidjtferguson / dancejab

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

Hit points #1

Closed davidjtferguson closed 5 years ago

davidjtferguson commented 5 years ago

Just to try having multiple hits in one life. Hook up to a variable. A hit would reset like hitting eachother's jabs.

rcsweeney commented 5 years ago

variable for damage taken hitstun (variable for striker hitstun????)

need a way to reset neutral. do this with active frames or spacing?

rcsweeney commented 5 years ago

hitstun issue

rcsweeney commented 5 years ago

health bar now added. to be implemented. over

davidjtferguson commented 5 years ago

Healthbar implemented in commit 287258818992264f41635ce529fb9ecf40deb945 . Details over hitstun, both for being hit and for connecting a hit, to be done in issue #24 .