
D
Publisher
drumstickz64
Jump Buffer
Tools
Jump Input Buffer Player Mechanics Platformer Movement Control
A node for buffering jump input like in platformers
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Godot Jump buffer
This plugin adds a node for jump buffering (remembering a player's jump input, so if they press jump right before landing the character still jumps).
API
Export variables
jump_action_name: The name of the jump action in your game.
buffer_time: The amount of time before the the input is discarded.
Functions
- reset: Discards the input immediately, useful for actions you dont't want the player to jump after, like the stomp machanic in the demo