@@ -6,6 +6,7 @@
|
||||
@XpBarBg = PatchStyle(Color: #152030);
|
||||
@VitalsPanelWidth = 260;
|
||||
@VitalsBarWidth = 244;
|
||||
@VitalsBarHeight = 16;
|
||||
@AbilitySlotSize = 68;
|
||||
@AbilityPanelPad = 3;
|
||||
@AbilityPanelWidth = @AbilitySlotSize + (@AbilityPanelPad * 2);
|
||||
@@ -36,18 +37,27 @@ Group {
|
||||
Anchor: (Bottom: 2);
|
||||
}
|
||||
|
||||
Group #HealthBarTrack {
|
||||
LayoutMode: Full;
|
||||
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
|
||||
|
||||
ProgressBar #HealthBar {
|
||||
Anchor: (Width: @VitalsBarWidth, Height: 12);
|
||||
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
|
||||
Bar: @HealthBarFill;
|
||||
Background: @HealthBarBg;
|
||||
Value: 1.0;
|
||||
Direction: End;
|
||||
}
|
||||
|
||||
Group {
|
||||
LayoutMode: CenterMiddle;
|
||||
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
|
||||
|
||||
Label #HealthValue {
|
||||
Style: (FontSize: 9, TextColor: #f0f0f0);
|
||||
Style: (FontSize: 9, RenderBold: true, TextColor: #ffffff);
|
||||
Text: "0 / 0";
|
||||
Anchor: (Top: 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,18 +71,27 @@ Group {
|
||||
Anchor: (Bottom: 2);
|
||||
}
|
||||
|
||||
Group #StaminaBarTrack {
|
||||
LayoutMode: Full;
|
||||
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
|
||||
|
||||
ProgressBar #StaminaBar {
|
||||
Anchor: (Width: @VitalsBarWidth, Height: 12);
|
||||
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
|
||||
Bar: @StaminaBarFill;
|
||||
Background: @StaminaBarBg;
|
||||
Value: 1.0;
|
||||
Direction: End;
|
||||
}
|
||||
|
||||
Group {
|
||||
LayoutMode: CenterMiddle;
|
||||
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
|
||||
|
||||
Label #StaminaValue {
|
||||
Style: (FontSize: 9, TextColor: #f0f0f0);
|
||||
Style: (FontSize: 9, RenderBold: true, TextColor: #ffffff);
|
||||
Text: "0 / 0";
|
||||
Anchor: (Top: 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -85,18 +104,27 @@ Group {
|
||||
Anchor: (Bottom: 2);
|
||||
}
|
||||
|
||||
Group #XpBarTrack {
|
||||
LayoutMode: Full;
|
||||
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
|
||||
|
||||
ProgressBar #XpBar {
|
||||
Anchor: (Width: @VitalsBarWidth, Height: 12);
|
||||
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
|
||||
Bar: @XpBarFill;
|
||||
Background: @XpBarBg;
|
||||
Value: 0.0;
|
||||
Direction: End;
|
||||
}
|
||||
|
||||
Group {
|
||||
LayoutMode: CenterMiddle;
|
||||
Anchor: (Width: @VitalsBarWidth, Height: @VitalsBarHeight);
|
||||
|
||||
Label #XpValue {
|
||||
Style: (FontSize: 9, TextColor: #f0f0f0);
|
||||
Style: (FontSize: 9, RenderBold: true, TextColor: #ffffff);
|
||||
Text: "0 / 0";
|
||||
Anchor: (Top: 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"Group": "com.disklexar",
|
||||
"Name": "MMORPG",
|
||||
"Version": "0.2.6",
|
||||
"Version": "0.2.7",
|
||||
"Description": "Serveur MMORPG Hytale — progression, persistance et systèmes sociaux",
|
||||
"Authors": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user