mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-09 15:35:55 +00:00
Nolan Darilek
981606ab21
Here I add a `ScreenReader` `Node` which, when added to the `SceneTree`, should read the contents of any supported `Control`. I also do a bit of cleanup on filenames, as well as breaking the editor plugin support into its own class.
8 lines
137 B
INI
8 lines
137 B
INI
[plugin]
|
|
|
|
name="Accessibility"
|
|
description="An accessibility layer for Godot."
|
|
author="Nolan Darilek"
|
|
version="0.1.0"
|
|
script="Plugin.gd"
|