|
3 | 3 | <ui:VisualElement name="root" style="flex-grow: 1;">
|
4 | 4 | <ui:VisualElement name="background" style="flex-grow: 1; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgb(11, 163, 109);"/>
|
5 | 5 | <ui:VisualElement name="viewContainer" style="flex-grow: 1;">
|
6 |
| - <Unity.Samples.LetterSpell.StackView name="stackView" index="0" style="flex-grow: 1;"> |
| 6 | + <Unity.Samples.LetterSpell.StackView name="stackView" index="4" style="flex-grow: 1;"> |
7 | 7 | <ui:VisualElement name="splashView" style="flex-grow: 1; background-image: url("project://database/Assets/UI/Images/Splash-Screen.png?fileID=4602334432413793429&guid=364b68ded9ed04f07848b6c7de25fdad&type=3#Intro Screen_0");">
|
8 | 8 | <ui:Label text="A fun spelling game" name="splashSubTitle"/>
|
9 | 9 | </ui:VisualElement>
|
|
172 | 172 | <UnityEngine.Localization.LocalizedString property="label" table="GUID:cc1d194facb1d9d4380a9ea2032c10ca" entry="Id(19534851502080)"/>
|
173 | 173 | </Bindings>
|
174 | 174 | </ui:Slider>
|
175 |
| - <ui:Label text="OS Settings (read-only)" class="settings-header-label"/> |
| 175 | + <ui:Label class="settings-header-label"> |
| 176 | + <Bindings> |
| 177 | + <UnityEngine.Localization.LocalizedString property="text" table="GUID:cc1d194facb1d9d4380a9ea2032c10ca" entry="Id(1468861612453888)"/> |
| 178 | + </Bindings> |
| 179 | + </ui:Label> |
176 | 180 | <ui:VisualElement class="row unity-base-field" style="flex-grow: 1;">
|
177 |
| - <ui:Label text="Closed Captions" class="unity-base-field__label"/> |
| 181 | + <ui:Label class="unity-base-field__label"> |
| 182 | + <Bindings> |
| 183 | + <UnityEngine.Localization.LocalizedString property="text" table="GUID:cc1d194facb1d9d4380a9ea2032c10ca" entry="Id(1469259735789568)"/> |
| 184 | + </Bindings> |
| 185 | + </ui:Label> |
178 | 186 | <ui:Label text="On" name="closedCaptionsLabel">
|
179 | 187 | <Bindings>
|
180 | 188 | <ui:DataBinding property="text" data-source-path="closedCaptionsEnabledText" binding-mode="ToTarget"/>
|
181 | 189 | </Bindings>
|
182 | 190 | </ui:Label>
|
183 | 191 | </ui:VisualElement>
|
184 | 192 | <ui:VisualElement class="row unity-base-field" style="flex-grow: 1;">
|
185 |
| - <ui:Label text="Bold Text" class="unity-base-field__label"/> |
| 193 | + <ui:Label text="Bold Text" class="unity-base-field__label"> |
| 194 | + <Bindings> |
| 195 | + <UnityEngine.Localization.LocalizedString property="text" table="GUID:cc1d194facb1d9d4380a9ea2032c10ca" entry="Id(1475968126578688)"/> |
| 196 | + </Bindings> |
| 197 | + </ui:Label> |
186 | 198 | <ui:Label text="On" name="boldTextLabel">
|
187 | 199 | <Bindings>
|
188 | 200 | <ui:DataBinding property="text" data-source-path="boldTextEnabledText" binding-mode="ToTarget"/>
|
189 | 201 | </Bindings>
|
190 | 202 | </ui:Label>
|
191 | 203 | </ui:VisualElement>
|
192 | 204 | <ui:VisualElement class="row unity-base-field" style="flex-grow: 1;">
|
193 |
| - <ui:Label text="Font Scale" class="unity-base-field__label"/> |
| 205 | + <ui:Label class="unity-base-field__label"> |
| 206 | + <Bindings> |
| 207 | + <UnityEngine.Localization.LocalizedString property="text" table="GUID:cc1d194facb1d9d4380a9ea2032c10ca" entry="Id(1476009310449664)"/> |
| 208 | + </Bindings> |
| 209 | + </ui:Label> |
194 | 210 | <ui:Label text="1.0" name="fontScaleLabel">
|
195 | 211 | <Bindings>
|
196 | 212 | <ui:DataBinding property="text" data-source-path="fontScale" binding-mode="ToTarget"/>
|
|
0 commit comments