fix syntax

This commit is contained in:
Romain Beaumont 2022-02-08 12:36:34 +01:00 committed by u9g
parent d79e6b9d54
commit fa67127bf5

View file

@ -36,9 +36,11 @@ class BreathBar extends LitElement {
}
static get properties () {
playerInCreative: { type: Boolean },
breathBubbles: { type: Number },
showBreathBubbles: { type: Boolean }
return {
playerInCreative: { type: Boolean },
breathBubbles: { type: Number },
showBreathBubbles: { type: Boolean }
}
}
constructor() {