Add team icons.
This commit is contained in:
parent
cd13bae07f
commit
6f576ef5c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue