Changed font
This commit is contained in:
parent
d3e2d425bf
commit
a0ec711c4a
12 changed files with 1700 additions and 42 deletions
|
|
@ -4,10 +4,10 @@
|
|||
<engine:VisualElement style="flex-grow: 1; width: 50%; height: auto; align-items: center; justify-content: space-around;">
|
||||
<engine:VisualElement name="box" class="border" style="flex-grow: 0; width: 600px; height: 450px; background-color: rgb(125, 125, 125); justify-content: space-between; padding-top: 50px; padding-right: 50px; padding-bottom: 50px; padding-left: 50px;">
|
||||
<engine:VisualElement name="Title" style="flex-grow: 0; justify-content: center; height: auto;">
|
||||
<engine:Label text="Title" name="Title" class="MenuHTwo" style="-unity-text-align: upper-center;" />
|
||||
<engine:Label text="Title" name="Title" class="MenuHTwo MenuHOne" style="-unity-text-align: upper-center;" />
|
||||
<engine:Label text="Label" name="Message" class="MenuText" style="-unity-text-align: upper-center; text-overflow: clip;" />
|
||||
</engine:VisualElement>
|
||||
<engine:VisualElement name="NameInput" style="flex-grow: 1; align-items: center; justify-content: center; flex-direction: row;">
|
||||
<engine:VisualElement name="NameInput" class="MenuText" style="flex-grow: 1; align-items: center; justify-content: center; flex-direction: row;">
|
||||
<engine:Label text="Name" style="-unity-text-align: upper-center;" />
|
||||
<engine:TextField placeholder-text="AAA" max-length="3" name="NameField" class="border" style="flex-grow: 0; flex-shrink: 0; justify-content: flex-start; align-items: center; flex-direction: row;" />
|
||||
</engine:VisualElement>
|
||||
|
|
@ -15,19 +15,19 @@
|
|||
<engine:VisualElement name="VisualElement" style="flex-grow: 0; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); justify-content: flex-end;">
|
||||
<engine:VisualElement name="DiamondScoreBox" style="flex-grow: 0; align-items: center; justify-content: center; flex-direction: row;">
|
||||
<engine:VisualElement name="DiamondImageBox" style="flex-grow: 0; width: 30px; height: 30px; flex-shrink: 0;" />
|
||||
<engine:Label text="Label" name="PointsFromDiamond" style="-unity-text-align: upper-center;" />
|
||||
<engine:Label text="Label" name="PointsFromDiamond" class="MenuText" style="-unity-text-align: upper-center;" />
|
||||
</engine:VisualElement>
|
||||
<engine:VisualElement name="HealthScoreBox" style="flex-grow: 0; align-items: center; justify-content: center; flex-direction: row;">
|
||||
<engine:VisualElement name="HealthImageBox" style="flex-grow: 0; background-size: 50px 50px; flex-shrink: 0; width: 20px; height: 20px;" />
|
||||
<engine:Label text="Label" name="PointsFromHealth" style="-unity-text-align: upper-center;" />
|
||||
<engine:Label text="Label" name="PointsFromHealth" class="MenuText" style="-unity-text-align: upper-center;" />
|
||||
</engine:VisualElement>
|
||||
</engine:VisualElement>
|
||||
<engine:VisualElement name="VisualElement" style="flex-grow: 0; width: 50%; border-top-width: 2px; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0);">
|
||||
<engine:Label text="Label" name="ScoreSum" style="-unity-text-align: upper-center;" />
|
||||
<engine:Label text="Label" name="ScoreSum" class="MenuText" style="-unity-text-align: upper-center;" />
|
||||
</engine:VisualElement>
|
||||
</engine:VisualElement>
|
||||
<engine:Button text="Save" name="Save" class="border button" style="position: absolute; right: 3px; bottom: 3px; font-size: 18px; background-color: rgb(87, 167, 0); color: rgb(0, 0, 0);" />
|
||||
<engine:Button name="Close" text="X" class="CloseButton" />
|
||||
<engine:Button text="Save" name="Save" class="border button MenuText" style="position: absolute; right: 3px; bottom: 3px; font-size: 18px; background-color: rgb(87, 167, 0); color: rgb(0, 0, 0);" />
|
||||
<engine:Button name="Close" text="X" class="CloseButton MenuText" />
|
||||
</engine:VisualElement>
|
||||
</engine:VisualElement>
|
||||
</engine:VisualElement>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue