mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-12 16:45:56 +00:00
Fix-up of Markdown formatting for item 4
Add required indent spaces to content of item 4 in order to get all the item's content to be aligned correctly.
This commit is contained in:
parent
b70de2d97f
commit
ab87ab6ef4
16
README.md
16
README.md
|
@ -31,13 +31,15 @@ There is an [accessible starter project](https://github.com/lightsoutgames/godot
|
|||
```
|
||||
|
||||
4. Optionally, configure the plugin by creating a file named _.godot-accessibility-editor-settings.ini_ in your project directory. This file is entirely optional, and defaults are shown below:
|
||||
```
|
||||
[global]
|
||||
editor_accessibility__enabled = true ; Set to false if you'd like this plugin's accessibility nodes but don't need editor speech, good for sighted collaborators.
|
||||
[speech]
|
||||
rate = 50 ; range is 0 to 100.
|
||||
```
|
||||
This file shouldn't be checked into version control, so add it to your ignore patterns.
|
||||
|
||||
```
|
||||
[global]
|
||||
editor_accessibility__enabled = true ; Set to false if you'd like this plugin's accessibility nodes but don't need editor speech, good for sighted collaborators.
|
||||
[speech]
|
||||
rate = 50 ; range is 0 to 100.
|
||||
```
|
||||
|
||||
This file shouldn't be checked into version control, so add it to your ignore patterns.
|
||||
|
||||
5. Optionally, set up Android TTS. After performing [Android export setup](https://docs.godotengine.org/en/3.2/getting_started/workflow/export/exporting_for_android.html) and downloading templates, click _Project -> Install Android Build Template_. Copy, or link, _addons/godot-tts/android_ to _android/godot-tts_.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user