godot-demo-projects/gui/input_mapping/README.md

16 lines
312 B
Markdown
Raw Normal View History

2020-03-09 09:18:33 +01:00
# GUI Input Mapping
A demo showing how to build an input key remapping screen.
- Click the buttons to change the bound keys.
- Persists the keys to disk, so they are preserved
after the project is restarted.
Language: GDScript
Renderer: GLES 2
## Screenshots
![Screenshot](screenshots/input_mapping.png)