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

add Custom Node to Handle Command Input ( Fighting Game like Command Input )current v0.3.0 include two node- CommandParser for Listen command active- InputWatcher for handle holding that only can intercept by specific input ( not all input )write by pure GDScript, can use in web export
Godot Addons - 508 Command Input
Current Version?
- 0.3.0
- still have some function planed haven't add into Input Watcher and Inspector Plugin
What dose this addons done?
- Add two Custom Node with Inspector Plugin for input data ( can disable )
- Command Parser, emit active signal while record match any command on list
- Input Watcher, call start with watching input than emit release ( or cancel ) signal while watching input released or other valid input intercept them
- Write in GDScript, support web export
Any Document for Detail?
- see description inside editor (scirpt)
- and Note inside example.tscn
add Custom Node to Handle Command Input ( Fighting Game like Command Input )
current v0.3.0 include two node
- CommandParser for Listen command active
- InputWatcher for handle holding that only can intercept by specific input ( not all input )
write by pure GDScript, can use in web export
Reviews
Quick Information

add Custom Node to Handle Command Input ( Fighting Game like Command Input )current v0.3.0 include two node- CommandParser for Listen command active- InputWatcher for handle holding that only can intercept by specific input ( not all input )write by pure GDScript, can use in web export