added ready button

This commit is contained in:
Wenszel
2021-03-19 22:19:09 +01:00
parent 78eb161408
commit 0c5181ea62
10 changed files with 97 additions and 16 deletions
+2 -1
View File
@@ -7,8 +7,9 @@ var RoomSchema = new Schema({
started: Boolean,
full: Boolean,
players: [{
player: String,
name: String,
color: String,
ready: Boolean,
}],
positions: Map
});