Input Prompts
A simple Godot package to display input prompts for multiple devices.
Gettings Started
Installation
- At minimum, download
input_prompts_configuration.tres
and theaddons/input_prompts
directory. - In
Project Settings > Plugins
, find theInputPrompts
addon and click theEnable
check box.
Configuration
Configure the input_prompts_configuration.tres
to include the devices the plugin should use. Keep only the required devices under addons/input_prompts/devices
to reduce the final build size.
If you are using MultiplayerInput (or any other plugin that modifies action names), link them in the get_device_action_name
in addons/input_prompts/devices/input_prompts.gd
.
Demos
demo/inputs_prompts/devices.tscn
: Display per-device inputs
demo/inputs_prompts/actions.tscn
: Display input prompts for Godot InputMap actions
License
Code is under MIT License.
Assets from Kenney are under Creative Commons Zero License.