File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Assets/Prefabs/UI/UIToolkit Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 7171 height: 90px;
7272 -unity-background-image-tint-color: rgb(164, 164, 164);
7373}
74+
75+ .title {
76+ background-image: url("project://database/Assets/Textures/UI/ui_title_logo.png?fileID=2800000&guid=240734f1e1c8daa4b9bd0593e767fb3f&type=3#ui_title_logo");
77+ width: 50%;
78+ height: 50%;
79+ -unity-text-align: upper-center;
80+ justify-content: center;
81+ align-items: center;
82+ top: -2%;
83+ left: 25%;
84+ }
Original file line number Diff line number Diff line change 33 <Style src="project://database/Assets/Prefabs/UI/UIToolkit/USS/GeneralUI.uss?fileID=7433441132597879392&guid=36bef7d47f6ca284f8a33439946d6dfe&type=3#GeneralUI" />
44 <Style src="project://database/Assets/Prefabs/UI/UIToolkit/USS/MessageFeed.uss?fileID=7433441132597879392&guid=daa8504d262853748b8d7c2a377261a3&type=3#MessageFeed" />
55 <engine:VisualElement name="postRoot" style="flex-grow: 1; flex-shrink: 5;">
6- <engine:Label name="title" style="background-image: url("project://database/Assets/Textures/UI/ui_title_logo.png?fileID=2800000&guid=240734f1e1c8daa4b9bd0593e767fb3f&type=3#ui_title_logo"); width: 50%; height: 50%; -unity-text-align: upper-center; justify-content: center; align-items: center; top: -2%; left: 25%; " />
6+ <engine:Label name="title" class="title " />
77 <engine:Label text="YOU WON!" name="gameWinText" class="gameText" />
88 <engine:Label text="Try Again" name="gameLostText" class="gameText" style="color: rgb(245, 90, 22);" />
99 <engine:Button text="Play Again" name="playAgainBtn" class="menuButton" style="position: absolute; top: 60%; left: 32%;" />
You can’t perform that action at this time.
0 commit comments