mirror of https://github.com/bra1n/townsquare.git
more edition renaming
This commit is contained in:
parent
d85e2ed6d1
commit
df07af4824
|
@ -98,7 +98,6 @@ export default {
|
||||||
if (localStorage.edition) {
|
if (localStorage.edition) {
|
||||||
this.edition = localStorage.edition;
|
this.edition = localStorage.edition;
|
||||||
this.roles = getRolesByEdition(this.edition);
|
this.roles = getRolesByEdition(this.edition);
|
||||||
console.log('edition set');
|
|
||||||
}
|
}
|
||||||
if (localStorage.players) {
|
if (localStorage.players) {
|
||||||
this.players = JSON.parse(localStorage.players).map(player => ({
|
this.players = JSON.parse(localStorage.players).map(player => ({
|
||||||
|
@ -121,7 +120,6 @@ export default {
|
||||||
},
|
},
|
||||||
edition(newEdition) {
|
edition(newEdition) {
|
||||||
localStorage.edition = newEdition;
|
localStorage.edition = newEdition;
|
||||||
console.log('edition saved');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
@ -140,13 +140,13 @@ export default {
|
||||||
top: -50px;
|
top: -50px;
|
||||||
|
|
||||||
&.edition-TB {
|
&.edition-TB {
|
||||||
background-image: url("../assets/set-tb.png");
|
background-image: url("../assets/edition-tb.png");
|
||||||
}
|
}
|
||||||
&.edition-BMR {
|
&.edition-BMR {
|
||||||
background-image: url("../assets/set-bmr.png");
|
background-image: url("../assets/edition-bmr.png");
|
||||||
}
|
}
|
||||||
&.edition-SNV {
|
&.edition-SNV {
|
||||||
background-image: url("../assets/set-snv.png");
|
background-image: url("../assets/edition-snv.png");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue