A screen reader for the Godot UI
Go to file
2019-10-03 09:52:41 -05:00
.gitignore Add ScreenReader as a custom node in the editor plugin. 2019-09-24 09:20:45 -05:00
Accessible.gd When setting up initial tree selection, don't render the node unless it is focused. 2019-10-03 09:47:24 -05:00
icon.png Add ScreenReader as a custom node in the editor plugin. 2019-09-24 09:20:45 -05:00
LICENSE Update copyright holder. 2018-05-27 22:29:17 +00:00
plugin.cfg Refactor to support running both in the editor and in game UIs. 2019-09-24 09:01:37 -05:00
Plugin.gd Use global TTS singleton to avoid passing around instances. 2019-10-02 16:20:25 -05:00
README.md Fix typo. 2018-05-27 22:25:01 +00:00
ScreenReader.gd If unfocused, don't set an initial focus if one was restored in the meantime. 2019-10-03 09:52:41 -05: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.