├── LICENSE ├── README.md ├── diagram.png ├── disconnect.png ├── godot.cfg ├── icon.png ├── indicators.png ├── jsdiagram.tscn ├── mapping.tscn └── remapping.gd /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/27thLiz/joystick-mapping/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/27thLiz/joystick-mapping/HEAD/README.md -------------------------------------------------------------------------------- /diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/27thLiz/joystick-mapping/HEAD/diagram.png -------------------------------------------------------------------------------- /disconnect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/27thLiz/joystick-mapping/HEAD/disconnect.png -------------------------------------------------------------------------------- /godot.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/27thLiz/joystick-mapping/HEAD/godot.cfg -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/27thLiz/joystick-mapping/HEAD/icon.png -------------------------------------------------------------------------------- /indicators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/27thLiz/joystick-mapping/HEAD/indicators.png -------------------------------------------------------------------------------- /jsdiagram.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/27thLiz/joystick-mapping/HEAD/jsdiagram.tscn -------------------------------------------------------------------------------- /mapping.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/27thLiz/joystick-mapping/HEAD/mapping.tscn -------------------------------------------------------------------------------- /remapping.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/27thLiz/joystick-mapping/HEAD/remapping.gd --------------------------------------------------------------------------------