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);
} }
Group #HealthBarTrack {
LayoutMode: Full;
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
ProgressBar #HealthBar { ProgressBar #HealthBar {
Anchor: (Width: @VitalsBarWidth, Height: 12); Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Bar: @HealthBarFill; Bar: @HealthBarFill;
Background: @HealthBarBg; Background: @HealthBarBg;
Value: 1.0; Value: 1.0;
Direction: End; Direction: End;
} }
Group {
LayoutMode: CenterMiddle;
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Label #HealthValue { Label #HealthValue {
Style: (FontSize: 9, TextColor: #f0f0f0); Style: (FontSize: 9, RenderBold: true, TextColor: #ffffff);
Text: "0 / 0"; Text: "0 / 0";
Anchor: (Top: 2); }
}
} }
} }
@@ -61,18 +71,27 @@ Group {
Anchor: (Bottom: 2); Anchor: (Bottom: 2);
} }
Group #StaminaBarTrack {
LayoutMode: Full;
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
ProgressBar #StaminaBar { ProgressBar #StaminaBar {
Anchor: (Width: @VitalsBarWidth, Height: 12); Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Bar: @StaminaBarFill; Bar: @StaminaBarFill;
Background: @StaminaBarBg; Background: @StaminaBarBg;
Value: 1.0; Value: 1.0;
Direction: End; Direction: End;
} }
Group {
LayoutMode: CenterMiddle;
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Label #StaminaValue { Label #StaminaValue {
Style: (FontSize: 9, TextColor: #f0f0f0); Style: (FontSize: 9, RenderBold: true, TextColor: #ffffff);
Text: "0 / 0"; Text: "0 / 0";
Anchor: (Top: 2); }
}
} }
} }
@@ -85,18 +104,27 @@ Group {
Anchor: (Bottom: 2); Anchor: (Bottom: 2);
} }
Group #XpBarTrack {
LayoutMode: Full;
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
ProgressBar #XpBar { ProgressBar #XpBar {
Anchor: (Width: @VitalsBarWidth, Height: 12); Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Bar: @XpBarFill; Bar: @XpBarFill;
Background: @XpBarBg; Background: @XpBarBg;
Value: 0.0; Value: 0.0;
Direction: End; Direction: End;
} }
Group {
LayoutMode: CenterMiddle;
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
Label #XpValue { Label #XpValue {
Style: (FontSize: 9, TextColor: #f0f0f0); Style: (FontSize: 9, RenderBold: true, TextColor: #ffffff);
Text: "0 / 0"; Text: "0 / 0";
Anchor: (Top: 2); }
}
} }
} }
} }
+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": [
{ {