Update the overlay styling
This commit is contained in:
parent
ed8512039a
commit
de9dd58350
3 changed files with 13 additions and 6 deletions
|
|
@ -25,9 +25,6 @@ const app = new Vue({
|
|||
currentHealth() {
|
||||
return this.totalHealth - this.lostHealth;
|
||||
},
|
||||
parsedText() {
|
||||
return this.current.split(` █ `).join(`<br>`);
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
connected() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue