DemoProductions / fighter

2 stars 1 forks source link

fixed double jump, removed jumpdelta and time #11

Closed flip40 closed 8 years ago

flip40 commented 8 years ago

fixed double jump ( #8 ) by looking for input == 0 and then settings a released = true variable removed old jumpdelta removed old time variable (think it was supposed to be part of jump delta that I didn't end up using, so I am removing it here, it is not used anywhere else).