Skip to content

Commit

Permalink
fix: Icon in welcome window
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpach committed Dec 31, 2020
1 parent 0df3afc commit eb97cef
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 110 additions & 0 deletions Assets/Mirror/Editor/WelcomeWindow/Resources/MirrorIcon.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Style src="WelcomeWindow.uss" />
<ui:VisualElement name="Banner">
<ui:Label name="VersionText" text="Placeholder" />
<ui:Image name="Icon" style="background-image: url(&apos;/Assets/Mirror/Icon/MirrorIcon.png&apos;);" />
<ui:Image name="Icon" style="background-image: url(&apos;MirrorIcon.png&apos;);" />
</ui:VisualElement>
<ui:Label name="Title" text="Welcome to MirrorNG!" />
<ui:Box name="ColumnContainer">
Expand Down

0 comments on commit eb97cef

Please sign in to comment.