Skip to content

hatmix/godot-input-event-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot Input Event Icons

This addon was created after trying to use other addons to put pictures for control mapping in my jam template. It seems to work pretty well, but it was slapped together in about a day and has a dependency on another addon.

Adds node types:

  • InputEventIcon (extends TextureRect)
  • InputEventButton (extends Button)

Set the input_event property to an InputEvent commonly found in InputMap.action_get_events and you should get a picture from Kenney's input-prompts.

Numpad keys are recolored red to distinguish from non-numpad keys.

Supported event types:

  • InputEventKey
  • InputEventMouseButton
  • InputEventJoypadButton
  • InputEventJoypadMotion

At the moment, Xbox icons are used for all joypad types.

About

Pictures for common input event types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published