Add README files to GUI demos

This commit is contained in:
Aaron Franke
2020-03-09 04:18:33 -04:00
parent 8cdddc87ce
commit 9e3ffe456b
13 changed files with 53 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
# 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)