0
0
Fork 0

Add eye counts

This commit is contained in:
Oliver-Akins 2021-01-05 13:44:27 -07:00
parent cbbe045848
commit 643b6e8479

View file

@ -11,9 +11,9 @@ export default new Vuex.Store({
icon: `sun.svg`, icon: `sun.svg`,
eyes: { eyes: {
1: 0, 2: 0, 1: 0, 2: 0,
3: 0, 4: 0, 3: 0, 4: 1,
5: 0, 6: 0, 5: 0, 6: 1,
7: 0, 8: 0, 7: 1, 8: 0,
}, },
}, },
team_2: { team_2: {
@ -21,8 +21,8 @@ export default new Vuex.Store({
icon: `moon.svg`, icon: `moon.svg`,
eyes: { eyes: {
1: 0, 2: 0, 1: 0, 2: 0,
3: 0, 4: 0, 3: 1, 4: 0,
5: 0, 6: 0, 5: 1, 6: 1,
7: 0, 8: 0, 7: 0, 8: 0,
}, },
}, },