change HUD to new

This commit is contained in:
2024-09-29 14:52:20 +03:00
parent 5b1e71306b
commit 8678db83f5
3 changed files with 35 additions and 1624 deletions
File diff suppressed because it is too large Load Diff
+5
View File
@@ -56,3 +56,8 @@ flex: 1
justify-content: center;
align-self: center;
}
.justify-right{
justify-content: flex-end;
align-self: center;
}
+7 -4
View File
@@ -20,14 +20,17 @@
</ui:VisualElement>
<ui:VisualElement name="MoneyPanel" class="stat-container">
<ui:VisualElement name="icon" style="background-image: url(&quot;project://database/Assets/3dAssets/Textures/MoneyIcon.png?fileID=2800000&amp;guid=e46ce1f51442ea448bc1091e8d1367d9&amp;type=3#MoneyIcon&quot;); height: 15px; width: 30px; max-height: 15px;" />
<ui:Label text="100000" class="top-bar-label" />
<ui:Label text="100000" name="MoneyLabel" class="top-bar-label" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="LocationInfo" class="top-elements-block justify-center">
<ui:Label text="Nowhere" class="top-bar-label justify-center" />
<ui:Label text="Nowhere" name="AdressLabel" class="top-bar-label justify-center" />
</ui:VisualElement>
<ui:VisualElement name="TimeInfo" class="top-elements-block justify-center">
<ui:Label text="Nowhere" class="top-bar-label" />
<ui:VisualElement name="TimeInfo" class="top-elements-block justify-right">
<ui:VisualElement name="TimePanel" class="stat-container">
<ui:VisualElement name="icon" style="background-image: url(&quot;project://database/Assets/3dAssets/Textures/CalendarIcon.png?fileID=2800000&amp;guid=40259e4947454c74bb483b1fab03888e&amp;type=3#CalendarIcon&quot;); height: 20px; width: 20px;" />
<ui:Label text="Nowhere" name="ClockLabel" class="top-bar-label" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>