Add Documentation

This commit is contained in:
Sigrunixia 2023-09-29 09:53:37 -05:00
parent 1416be35e9
commit 5f6b3b98ae
No known key found for this signature in database
GPG key ID: B6B8AAFE8ABC62D2
2 changed files with 9 additions and 0 deletions

View file

@ -19,8 +19,17 @@ They are grouped further by `General`, `Idle`, and `Writing Mode` quotes.
How this may look in its `.json` file:
```json
"general": [
"You are a background character in your own life.",
],
```
Some rules of thumb:
- Every quote line needs to end with a comma `,`.
- Every quote line needs to be surrounded by double quotes `"`.
## Adding a new character
To add a new character into the quotes, you can add the following to the bottom of [Quotes.ts](src/quotes/Quotes.ts):