change HUD to new
This commit is contained in:
+23
-1620
File diff suppressed because it is too large
Load Diff
@@ -55,4 +55,9 @@ flex: 1
|
||||
.justify-center{
|
||||
justify-content: center;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.justify-right{
|
||||
justify-content: flex-end;
|
||||
align-self: center;
|
||||
}
|
||||
@@ -20,14 +20,17 @@
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="MoneyPanel" class="stat-container">
|
||||
<ui:VisualElement name="icon" style="background-image: url("project://database/Assets/3dAssets/Textures/MoneyIcon.png?fileID=2800000&guid=e46ce1f51442ea448bc1091e8d1367d9&type=3#MoneyIcon"); 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("project://database/Assets/3dAssets/Textures/CalendarIcon.png?fileID=2800000&guid=40259e4947454c74bb483b1fab03888e&type=3#CalendarIcon"); height: 20px; width: 20px;" />
|
||||
<ui:Label text="Nowhere" name="ClockLabel" class="top-bar-label" />
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
|
||||
Reference in New Issue
Block a user