Update README.

This commit is contained in:
Nolan Darilek 2019-09-24 14:55:17 -05:00
parent 251ee359d4
commit a08c16fdd2

View File

@ -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