A screen reader for the Godot UI
Go to file
Nolan Darilek 6d1d0f914e Add presentation of text when arrowing left/right in LineEdit.
Note that this addon now requires changes not available in any current Godot release.
2018-06-12 12:32:09 +00:00
addons/accessibility Add presentation of text when arrowing left/right in LineEdit. 2018-06-12 12:32:09 +00:00
LICENSE Update copyright holder. 2018-05-27 22:29:17 +00:00
project.godot Enable the accessibility addon. 2018-05-26 14:16:30 +00:00
README.md Fix typo. 2018-05-27 22:25:01 +00:00

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.