diff --git a/src/App.vue b/src/App.vue index f2c0796..830f70d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -62,6 +62,36 @@
+ + + +
+ + + + + +
+ +
@@ -96,15 +126,26 @@ class Armorstand { this.centerCorrected = false this.enableEquipment = false - // Valid values for this attribute are "item", "name", "url". - // TODO More explanation what each value does + // Equipment attributes this.equipHandRight = "" this.equipHandLeft = "" this.equipBoots = "" this.equipLeggings = "" this.equipChestplate = "" this.equipHelmet = "" + // Valid values for this attribute are "item", "name", "url". + // TODO More explanation what each value does this.helmetMode = "item" + + // CustomName attributes + this.customName = "" + this.showCustomName = false + this.customNameColor = "" + this.customNameBold = false + this.customNameItalic = false + this.customNameObfuscated = false + this.customNameStrikethrough = false + } getScale() { if (this.small) {