Add eye counts
This commit is contained in:
parent
cbbe045848
commit
643b6e8479
1 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue