aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMyles <43725835+MylesAndMore@users.noreply.github.com>2022-12-08 20:53:57 +0000
committerMyles <43725835+MylesAndMore@users.noreply.github.com>2022-12-08 20:53:57 +0000
commit126b83f1ca45457dc1c9e08c1d0fc30b4fc8b88d (patch)
treeb01df2737380a0ec313d0608cc6f01803a9fe4b9 /README.md
parent673659d38ae4ad90bf86ff94b798960b0e3199df (diff)
downloadTumble-126b83f1ca45457dc1c9e08c1d0fc30b4fc8b88d.tar.gz
Tumble-126b83f1ca45457dc1c9e08c1d0fc30b4fc8b88d.tar.bz2
Tumble-126b83f1ca45457dc1c9e08c1d0fc30b4fc8b88d.zip
program autostart logic
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97936bc..84fb55e 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ once this list is complete and all bugs are fixed, we *should* be ready for rele
- [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)
+ - [x] 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