0
0
Fork 0

Add the moon counts to the data store

This commit is contained in:
Oliver-Akins 2020-12-08 18:09:00 -07:00
parent 5ca11ec484
commit 3257034b82

View file

@ -11,9 +11,21 @@ export default new Vuex.Store({
id: null, id: null,
team_1: { team_1: {
name: `Sun`, name: `Sun`,
moons: {
1: 0, 2: 0,
3: 0, 4: 0,
5: 0, 6: 0,
7: 0, 8: 0,
},
}, },
team_2: { team_2: {
name: `Moon`, name: `Moon`,
moons: {
1: 0, 2: 0,
3: 0, 4: 0,
5: 0, 6: 0,
7: 0, 8: 0,
},
}, },
writer_name: `Spirit`, writer_name: `Spirit`,
guesser_name: `Medium`, guesser_name: `Medium`,