addon for remapping inputs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,10 +1,28 @@ -# godot cli parser +# Input remapping tool [](https://godotengine.org "Made with godot") [](https://www.npmjs.com/package/@bendn/remap) <a href='https://ko-fi.com/bendn' title='Buy me a coffee' target='_blank'><img height='28' src='https://storage.ko-fi.com/cdn/brandasset/kofi_button_red.png' alt='Buy me a coffee'> </a> -A utility for parsing command line arguments for godot. +A tool that allows the remapping of `InputMap` actions in godot4. + +## Features + +[](_blank "Some themage required") + +Supports: + +- Multiple joypad types: + - Xbox + - Nintendo switch + - Playstation + - Fallback icons for a generic controller. +- Keyboard +- Mouse + +> **Warning** The Switch, Playstation icons are not tested, as I do not have them. + +> **Note** Nintendo switch does not have a guide button--the xbox or ps button--so beware. ## Usage |