|
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="2" style="flex-grow: 1;"> |
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");"/> |
| 6 | + <Unity.Samples.LetterSpell.StackView name="stackView" index="0" style="flex-grow: 1;"> |
| 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 | + <ui:Label text="A fun spelling game" name="splashSubTitle"/> |
| 9 | + </ui:VisualElement> |
8 | 10 | <ui:VisualElement name="loginView" style="flex-grow: 1; background-image: url("project://database/Assets/UI/Images/Background-Intro.png?fileID=2800000&guid=718087ba784b64abd9675b1452fc0095&type=3#Background-Intro"); align-items: center; justify-content: center;">
|
9 | 11 | <ui:VisualElement name="logo" class="lsp-logo"/>
|
10 | 12 | <ui:Label text="What is your name?" class="title-text"/>
|
|
16 | 18 | <ui:Button text="Next" name="loginButton" class="purple"/>
|
17 | 19 | </ui:VisualElement>
|
18 | 20 | <ui:VisualElement name="levelChoiceView" style="flex-grow: 1; background-image: url("project://database/Assets/UI/Images/Background-Intro.png?fileID=2800000&guid=718087ba784b64abd9675b1452fc0095&type=3#Background-Intro");">
|
19 |
| - <ui:VisualElement name="logo" class="lsp-logo"/> <ui:VisualElement style="flex-grow: 1; justify-content: center; align-items: center;"> |
| 21 | + <ui:VisualElement name="logo" class="lsp-logo"/> |
| 22 | + <ui:VisualElement style="flex-grow: 1; justify-content: center; align-items: center;"> |
20 | 23 | <ui:VisualElement name="choiceButtonContainer" class="choice-button-container">
|
21 | 24 | <ui:Button text="Play Easy" name="easyButton" class="choice-button"/>
|
22 | 25 | <ui:Button text="Play Hard" name="hardButton" class="choice-button"/>
|
|
29 | 32 | </ui:VisualElement>
|
30 | 33 | <ui:VisualElement name="gameView" style="flex-grow: 1; background-image: url("project://database/Assets/UI/Images/Background-Intro.png?fileID=2800000&guid=718087ba784b64abd9675b1452fc0095&type=3#Background-Intro");">
|
31 | 34 | <ui:VisualElement name="logo" class="lsp-logo"/>
|
32 |
| - <ui:Label text="#clue" name="clueLabel" class="title-text" style="-unity-text-align: middle-center; margin-top: 170px; margin-bottom: 50px;"/> |
| 35 | + <ui:VisualElement name="clueContainer"> |
| 36 | + <ui:Label text="#clue" name="clueLabel" class="title-text" style="-unity-text-align: middle-center;"/> |
| 37 | + <ui:VisualElement name="successPill"> |
| 38 | + <ui:VisualElement name="successPillCheckmark"/> |
| 39 | + <ui:Label text="Correct" class="success-pill__label"/> |
| 40 | + </ui:VisualElement> |
| 41 | + </ui:VisualElement> |
33 | 42 | <Unity.Samples.LetterSpell.CardListView name="letterCardContainer" style="flex-grow: 1;"/>
|
34 | 43 | <ui:VisualElement name="gameViewButtonContainer" style="flex-direction: row; padding-top: 4px; padding-right: 18px; padding-bottom: 18px; padding-left: 18px;">
|
35 | 44 | <ui:Button text="" name="pauseGameButton">
|
|
39 | 48 | <ui:VisualElement name="VisualElement" style="flex-grow: 1;"/>
|
40 | 49 | <ui:Button text="Next Word" name="nextWordButton" class="purple"/>
|
41 | 50 | </ui:VisualElement>
|
42 |
| - <ui:VisualElement name="successImage" picking-mode="Ignore" style="flex-grow: 1; position: absolute; top: 0; left: 0; bottom: 0; right: 0; align-items: center; justify-content: center; transition-property: opacity; transition-duration: 400ms; transition-timing-function: ease-in-out;"> |
43 |
| - <ui:VisualElement style="background-image: url("project://database/Assets/UI/Images/Image-Correct.png?fileID=-3206192116628772432&guid=7480bb21c642e4319b9a422353096177&type=3#Correct-Badge_0"); width: 382px; height: 85px; margin-top: -277px;"/> |
44 |
| - </ui:VisualElement> |
45 | 51 | </ui:VisualElement>
|
46 | 52 | <ui:VisualElement name="settingsView" style="flex-grow: 1; background-color: rgb(255, 251, 233);">
|
47 | 53 | <ui:VisualElement name="settingsHeader" style="flex-direction: row; flex-shrink: 0;">
|
|
0 commit comments