|
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> |
|
176 | 176 | <UnityEngine.Localization.LocalizedString property="label" table="GUID:cc1d194facb1d9d4380a9ea2032c10ca" entry="Id(19534851502080)"/> |
177 | 177 | </Bindings> |
178 | 178 | </ui:Slider> |
179 | | - <ui:Label text="OS Settings (read-only)" class="settings-header-label"/> |
| 179 | + <ui:Label class="settings-header-label"> |
| 180 | + <Bindings> |
| 181 | + <UnityEngine.Localization.LocalizedString property="text" table="GUID:cc1d194facb1d9d4380a9ea2032c10ca" entry="Id(1468861612453888)"/> |
| 182 | + </Bindings> |
| 183 | + </ui:Label> |
180 | 184 | <ui:VisualElement class="row unity-base-field" style="flex-grow: 1;"> |
181 | | - <ui:Label text="Closed Captions" class="unity-base-field__label"/> |
| 185 | + <ui:Label class="unity-base-field__label"> |
| 186 | + <Bindings> |
| 187 | + <UnityEngine.Localization.LocalizedString property="text" table="GUID:cc1d194facb1d9d4380a9ea2032c10ca" entry="Id(1469259735789568)"/> |
| 188 | + </Bindings> |
| 189 | + </ui:Label> |
182 | 190 | <ui:Label text="On" name="closedCaptionsLabel"> |
183 | 191 | <Bindings> |
184 | 192 | <ui:DataBinding property="text" data-source-path="closedCaptionsEnabledText" binding-mode="ToTarget"/> |
185 | 193 | </Bindings> |
186 | 194 | </ui:Label> |
187 | 195 | </ui:VisualElement> |
188 | 196 | <ui:VisualElement class="row unity-base-field" style="flex-grow: 1;"> |
189 | | - <ui:Label text="Bold Text" class="unity-base-field__label"/> |
| 197 | + <ui:Label text="Bold Text" class="unity-base-field__label"> |
| 198 | + <Bindings> |
| 199 | + <UnityEngine.Localization.LocalizedString property="text" table="GUID:cc1d194facb1d9d4380a9ea2032c10ca" entry="Id(1475968126578688)"/> |
| 200 | + </Bindings> |
| 201 | + </ui:Label> |
190 | 202 | <ui:Label text="On" name="boldTextLabel"> |
191 | 203 | <Bindings> |
192 | 204 | <ui:DataBinding property="text" data-source-path="boldTextEnabledText" binding-mode="ToTarget"/> |
193 | 205 | </Bindings> |
194 | 206 | </ui:Label> |
195 | 207 | </ui:VisualElement> |
196 | 208 | <ui:VisualElement class="row unity-base-field" style="flex-grow: 1;"> |
197 | | - <ui:Label text="Font Scale" class="unity-base-field__label"/> |
| 209 | + <ui:Label class="unity-base-field__label"> |
| 210 | + <Bindings> |
| 211 | + <UnityEngine.Localization.LocalizedString property="text" table="GUID:cc1d194facb1d9d4380a9ea2032c10ca" entry="Id(1476009310449664)"/> |
| 212 | + </Bindings> |
| 213 | + </ui:Label> |
198 | 214 | <ui:Label text="1.0" name="fontScaleLabel"> |
199 | 215 | <Bindings> |
200 | 216 | <ui:DataBinding property="text" data-source-path="fontScale" binding-mode="ToTarget"/> |
|
0 commit comments