diff options
author | Myles <43725835+MylesAndMore@users.noreply.github.com> | 2022-12-08 20:53:57 +0000 |
---|---|---|
committer | Myles <43725835+MylesAndMore@users.noreply.github.com> | 2022-12-08 20:53:57 +0000 |
commit | 126b83f1ca45457dc1c9e08c1d0fc30b4fc8b88d (patch) | |
tree | b01df2737380a0ec313d0608cc6f01803a9fe4b9 /README.md | |
parent | 673659d38ae4ad90bf86ff94b798960b0e3199df (diff) | |
download | Tumble-126b83f1ca45457dc1c9e08c1d0fc30b4fc8b88d.tar.gz Tumble-126b83f1ca45457dc1c9e08c1d0fc30b4fc8b88d.tar.bz2 Tumble-126b83f1ca45457dc1c9e08c1d0fc30b4fc8b88d.zip |
program autostart logic
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |