Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Nodes for managing input combos. For platformers and fighting games.Adds four nodes to that used together can create most input combinations.
Input Combo Plugin
Nodes for managing input combos. For platformers and fighting games.
Adds four nodes to that used together can create most input combinations.
Nodes
When enabled, the plugin will add nodes that allow the developer to combine actions.
Input Action
Triggers when the specified action name is pressed. Always a leaf node (ie. no children).
Any (Input Action)
Triggers when any of its children send a pressed signal.
Combined (Input Action)
Triggers when all of its children send a pressed signal.
Sequential (Input Action)
Triggers when all of its children have sent their pressed signals, in order.
Example
Any example scene is provided to show how these combos could be nested under a player to give the following combos:
- Super Jump
- Super Dash
- Charge Up
- Upper Cut
- Triple Strike
- Wind-Up Punch
Nodes for managing input combos. For platformers and fighting games.
Adds four nodes to that used together can create most input combinations.
Reviews
Quick Information
Nodes for managing input combos. For platformers and fighting games.Adds four nodes to that used together can create most input combinations.