Skip to content

Commit 8985ae7

Browse files
committed
Fixed the rendering of Arabic text. Fixed the background color used in the GameView
1 parent 2728901 commit 8985ae7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Assets/Resources/UITk/MainView.uxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ui:VisualElement name="root" style="flex-grow: 1;">
44
<ui:VisualElement name="background" style="flex-grow: 1; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgb(11, 163, 109);"/>
55
<ui:VisualElement name="viewContainer" style="flex-grow: 1;">
6-
<Unity.Samples.LetterSpell.StackView name="stackView" index="4" style="flex-grow: 1;">
6+
<Unity.Samples.LetterSpell.StackView name="stackView" index="0" style="flex-grow: 1;">
77
<ui:VisualElement name="splashView" style="flex-grow: 1; background-image: url(&quot;project://database/Assets/UI/Images/Splash-Screen.png?fileID=4602334432413793429&amp;guid=364b68ded9ed04f07848b6c7de25fdad&amp;type=3#Intro Screen_0&quot;);">
88
<ui:Label text="A fun spelling game" name="splashSubTitle">
99
<Bindings>
@@ -51,7 +51,7 @@
5151
</ui:Button>
5252
</ui:VisualElement>
5353
</ui:VisualElement>
54-
<ui:VisualElement name="gameView" style="flex-grow: 1; background-color: rgb(11, 163, 109);">
54+
<ui:VisualElement name="gameView" style="flex-grow: 1; background-color: rgb(2, 197, 132);">
5555
<ui:VisualElement name="logo" class="lsp-logo"/>
5656
<ui:VisualElement name="clueContainer">
5757
<ui:Label text="#clue" name="clueLabel" class="title-text" style="-unity-text-align: middle-center;"/>

Assets/Resources/UITk/Themes/GreenStyle/GreenStyle.tss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
:root {
66
font-size: 64px;
7+
-unity-text-generator: advanced
78
}
89

910
:root {

0 commit comments

Comments
 (0)