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
2ee04f5978
* Reference godot-tts addon via `res://addons/godot-tts`. * Add notification handler to eventually trap window close, doesn't currently seem to work. |
||
---|---|---|
addons/accessibility | ||
.gitignore | ||
Globals.gd | ||
LICENSE | ||
main.gd | ||
main.tscn | ||
player.gd | ||
player.tscn | ||
project.godot | ||
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.