mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 04:13:58 -04:00
Update README.md
This commit is contained in:
parent
57a4f603a0
commit
fb4dfcf76e
1 changed files with 2 additions and 1 deletions
|
@ -15,9 +15,10 @@ local Concord = require(PathToConcord).init({
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
Concord has a initialization function which takes a table of boolean parameters:
|
Concord has a initialization function which takes a table of boolean parameters:
|
||||||
|
|
||||||
| Name | Default | Meaning |
|
| Name | Default | Meaning |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| useEvents | false | Lets Concord overwrite love.run and automatically propagate events |
|
| useEvents | false | Lets Concord overwrite love.run and automatically propagate events. |
|
||||||
|
|
||||||
You will only need to call .init once.
|
You will only need to call .init once.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue