Skip to content

crystal-bit/input-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot 4 - Input Overlay Addon

Simple overlay used to show input events during tutorials.

preview.mp4

Overlay for:

  • SHIFT
  • Q
  • W
  • E
  • A
  • S
  • D
  • F
  • Mouse LMB
  • Mouse RMB
  • Mouse MMB
  • Scroll

Configuration

You can configure the overlay screen position and scale by editing the file input-overlay-config.tres. For now it is only possible to anchor the overlay in the bottom right corner (Support more anchor points, see #5)

To change the appearance of the overlay you can edit the theme overlay-theme.theme. This theme contains settings for:

  • Panel
  • Internal margins
  • Font size

After changing any of these files it is necessary to reload the addon for the changes to be applied

License

MIT