Search found 2 matches

by glass2d
Sun Apr 21, 2024 9:19 pm
Forum: Support and Development
Topic: Input with Jump Buffer
Replies: 6
Views: 403

Re: Input with Jump Buffer

Thanks all for the input. I was able to refactor and use a more modular input system which resolved the issue
by glass2d
Thu Apr 18, 2024 11:47 pm
Forum: Support and Development
Topic: Input with Jump Buffer
Replies: 6
Views: 403

Input with Jump Buffer

I've implemented a jump buffer feature in my game, but I've encountered an issue: when I hold down the "d" key to move right, any jump triggered within the jump buffer window doesn't register until I release the "d" key. I'm seeking guidance on how to address this behavior and ai...