mirror of
https://github.com/ericaxu/gemmy.git
synced 2026-07-22 07:30:31 +00:00
Add Documentation
This commit is contained in:
parent
1416be35e9
commit
5f6b3b98ae
2 changed files with 9 additions and 0 deletions
|
|
@ -19,8 +19,17 @@ They are grouped further by `General`, `Idle`, and `Writing Mode` quotes.
|
||||||
|
|
||||||
How this may look in its `.json` file:
|
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
|
## 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):
|
To add a new character into the quotes, you can add the following to the bottom of [Quotes.ts](src/quotes/Quotes.ts):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue