From 643b6e84794eb3eabb1f6a0b55b5a4d16238992d Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 5 Jan 2021 13:44:27 -0700 Subject: [PATCH] Add eye counts --- web/src/store/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/store/index.js b/web/src/store/index.js index 0177e06..b883433 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -11,9 +11,9 @@ export default new Vuex.Store({ icon: `sun.svg`, eyes: { 1: 0, 2: 0, - 3: 0, 4: 0, - 5: 0, 6: 0, - 7: 0, 8: 0, + 3: 0, 4: 1, + 5: 0, 6: 1, + 7: 1, 8: 0, }, }, team_2: { @@ -21,8 +21,8 @@ export default new Vuex.Store({ icon: `moon.svg`, eyes: { 1: 0, 2: 0, - 3: 0, 4: 0, - 5: 0, 6: 0, + 3: 1, 4: 0, + 5: 1, 6: 1, 7: 0, 8: 0, }, },