0
0
Fork 0

Add team icons.

This commit is contained in:
Oliver-Akins 2020-12-12 16:08:40 -07:00
parent cd13bae07f
commit 6f576ef5c2

View file

@ -7,7 +7,7 @@ export default new Vuex.Store({
state: { state: {
team_1: { team_1: {
name: `Sun`, name: `Sun`,
icon: ``, icon: `sun.svg`,
eyes: { eyes: {
1: 0, 2: 0, 1: 0, 2: 0,
3: 0, 4: 0, 3: 0, 4: 0,
@ -17,7 +17,7 @@ export default new Vuex.Store({
}, },
team_2: { team_2: {
name: `Moon`, name: `Moon`,
icon: ``, icon: `moon.svg`,
eyes: { eyes: {
1: 0, 2: 0, 1: 0, 2: 0,
3: 0, 4: 0, 3: 0, 4: 0,