mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
18 lines
403 B
Markdown
18 lines
403 B
Markdown
# 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
|
|
|
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/131
|
|
|
|
## Screenshots
|
|
|
|
![Screenshot](screenshots/input_mapping.png)
|