added painting pawns based on data from server

This commit is contained in:
Wenszel
2021-04-24 16:13:39 +02:00
parent 148fa85601
commit c1db9e4bb8
8 changed files with 82 additions and 37 deletions
+1
View File
@@ -6,6 +6,7 @@ var RoomSchema = new Schema({
createDate: Date,
started: Boolean,
full: Boolean,
timer: Number,
players: [{
name: String,
color: String,