aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMyles <43725835+MylesAndMore@users.noreply.github.com>2022-12-08 18:28:46 +0000
committerMyles <43725835+MylesAndMore@users.noreply.github.com>2022-12-08 18:28:46 +0000
commit08189436cff46ecd50979bc0d70a3ccf026ec00d (patch)
treeb70d95dcb2cd2e3f416d91fac514a2f07fe84cef /README.md
parentfe547e5b0767616d7ea1b4f94c57566589dbf4c3 (diff)
downloadTumble-08189436cff46ecd50979bc0d70a3ccf026ec00d.tar.gz
Tumble-08189436cff46ecd50979bc0d70a3ccf026ec00d.tar.bz2
Tumble-08189436cff46ecd50979bc0d70a3ccf026ec00d.zip
add autostart config and command
Diffstat (limited to '')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7ac10e1..97936bc 100644
--- a/README.md
+++ b/README.md
@@ -38,9 +38,9 @@ once this list is complete and all bugs are fixed, we *should* be ready for rele
## configuration/customization
-- [ ] add two configs where you can:
- - [ ] set if you want the game to auto-start
- - [ ] set the amt of players you want the game to auto-start at
+- [x] add two configs where you can:
+ - [x] set if you want the game to auto-start
+ - [x] set the amt of players you want the game to auto-start at
- [ ] program the auto-start (just add an if statement on the PlayerJoin listener to run the StartGame method on a certain amt of players in the config)
## etc