fix syntax
This commit is contained in:
parent
d79e6b9d54
commit
fa67127bf5
1 changed files with 5 additions and 3 deletions
|
@ -36,9 +36,11 @@ class BreathBar extends LitElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
static get properties () {
|
static get properties () {
|
||||||
playerInCreative: { type: Boolean },
|
return {
|
||||||
breathBubbles: { type: Number },
|
playerInCreative: { type: Boolean },
|
||||||
showBreathBubbles: { type: Boolean }
|
breathBubbles: { type: Number },
|
||||||
|
showBreathBubbles: { type: Boolean }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue