mirror of
https://github.com/lightsoutgames/godot-accessible-starter.git
synced 2024-11-22 06:05:57 +00:00
Update README.
This commit is contained in:
parent
251ee359d4
commit
a08c16fdd2
|
@ -31,7 +31,7 @@ from within this repository and start building your game!
|
||||||
## What's in the box?
|
## What's in the box?
|
||||||
|
|
||||||
* The accessibility plugin is automatically loaded, eliminating the need to use the inaccessible editor to enable it.
|
* The accessibility plugin is automatically loaded, eliminating the need to use the inaccessible editor to enable it.
|
||||||
* TTS is loaded in a global script which is available in every node. Run `Globals.tts.speak("Text to speak", interrupt)` from anywhere in your code to speak something. See _scenes/Main.gd_ as an example.
|
* TTS is loaded in a global script which is available in every node. Run `TTS.speak("Text to speak", interrupt)` from anywhere in your code to speak something. See _scenes/Main.gd_ as an example.
|
||||||
* A Main scene with a script is created, and set as the launch scene.
|
* A Main scene with a script is created, and set as the launch scene.
|
||||||
|
|
||||||
## Accessibility tips
|
## Accessibility tips
|
||||||
|
|
Loading…
Reference in New Issue
Block a user