test
Build / build (push) Has been cancelled

This commit is contained in:
gpatruno
2026-06-05 15:31:26 +02:00
parent 3710a28ae0
commit 7e81dccb0e
2 changed files with 62 additions and 34 deletions
@@ -6,6 +6,7 @@
@XpBarBg = PatchStyle(Color: #152030); @XpBarBg = PatchStyle(Color: #152030);
@VitalsPanelWidth = 260; @VitalsPanelWidth = 260;
@VitalsBarWidth = 244; @VitalsBarWidth = 244;
@VitalsBarHeight = 16;
@AbilitySlotSize = 68; @AbilitySlotSize = 68;
@AbilityPanelPad = 3; @AbilityPanelPad = 3;
@AbilityPanelWidth = @AbilitySlotSize + (@AbilityPanelPad * 2); @AbilityPanelWidth = @AbilitySlotSize + (@AbilityPanelPad * 2);
@@ -36,18 +37,27 @@ Group {
Anchor: (Bottom: 2); Anchor: (Bottom: 2);
} }
ProgressBar #HealthBar { Group #HealthBarTrack {
Anchor: (Width: @VitalsBarWidth, Height: 12); LayoutMode: Full;
Bar: @HealthBarFill; Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Background: @HealthBarBg;
Value: 1.0;
Direction: End;
}
Label #HealthValue { ProgressBar #HealthBar {
Style: (FontSize: 9, TextColor: #f0f0f0); Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Text: "0 / 0"; Bar: @HealthBarFill;
Anchor: (Top: 2); Background: @HealthBarBg;
Value: 1.0;
Direction: End;
}
Group {
LayoutMode: CenterMiddle;
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Label #HealthValue {
Style: (FontSize: 9, RenderBold: true, TextColor: #ffffff);
Text: "0 / 0";
}
}
} }
} }
@@ -61,18 +71,27 @@ Group {
Anchor: (Bottom: 2); Anchor: (Bottom: 2);
} }
ProgressBar #StaminaBar { Group #StaminaBarTrack {
Anchor: (Width: @VitalsBarWidth, Height: 12); LayoutMode: Full;
Bar: @StaminaBarFill; Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Background: @StaminaBarBg;
Value: 1.0;
Direction: End;
}
Label #StaminaValue { ProgressBar #StaminaBar {
Style: (FontSize: 9, TextColor: #f0f0f0); Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Text: "0 / 0"; Bar: @StaminaBarFill;
Anchor: (Top: 2); Background: @StaminaBarBg;
Value: 1.0;
Direction: End;
}
Group {
LayoutMode: CenterMiddle;
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Label #StaminaValue {
Style: (FontSize: 9, RenderBold: true, TextColor: #ffffff);
Text: "0 / 0";
}
}
} }
} }
@@ -85,18 +104,27 @@ Group {
Anchor: (Bottom: 2); Anchor: (Bottom: 2);
} }
ProgressBar #XpBar { Group #XpBarTrack {
Anchor: (Width: @VitalsBarWidth, Height: 12); LayoutMode: Full;
Bar: @XpBarFill; Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Background: @XpBarBg;
Value: 0.0;
Direction: End;
}
Label #XpValue { ProgressBar #XpBar {
Style: (FontSize: 9, TextColor: #f0f0f0); Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Text: "0 / 0"; Bar: @XpBarFill;
Anchor: (Top: 2); Background: @XpBarBg;
Value: 0.0;
Direction: End;
}
Group {
LayoutMode: CenterMiddle;
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Label #XpValue {
Style: (FontSize: 9, RenderBold: true, TextColor: #ffffff);
Text: "0 / 0";
}
}
} }
} }
} }
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"Group": "com.disklexar", "Group": "com.disklexar",
"Name": "MMORPG", "Name": "MMORPG",
"Version": "0.2.6", "Version": "0.2.7",
"Description": "Serveur MMORPG Hytale — progression, persistance et systèmes sociaux", "Description": "Serveur MMORPG Hytale — progression, persistance et systèmes sociaux",
"Authors": [ "Authors": [
{ {