mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-12 16:45:56 +00:00
A screen reader for the Godot UI
Nolan Darilek
56a7652656
* Use new TTS.gd script rather than loading directly. TTS.gd gives us flexibility to handle TTS with the native Rust plugin on some platforms, something like a Java module under Android, etc. * Make `Panel` focusable. This handles the case where exiting a game from the editor places focus on an element without focus, thus breaking keyboard navigation. * Log when we attempt to grab focus so I can debug cases where focus tries to go somewhere it can't. |
||
---|---|---|
.gitignore | ||
accessibility.gd | ||
accessible.gd | ||
LICENSE | ||
plugin.cfg | ||
README.md |
Godot Accessibility Plugin
This plugin implements a simplistic screen reader for user interfaces created with the Godot game engine. The goal is to enable the creation of audio games with Godot, as well as to add accessibility functionality to traditional UI-centric games.