diff --git a/Content.Client/UserInterface/GameHud.cs b/Content.Client/UserInterface/GameHud.cs index 44b4ec2cd7..9cc508a045 100644 --- a/Content.Client/UserInterface/GameHud.cs +++ b/Content.Client/UserInterface/GameHud.cs @@ -59,7 +59,7 @@ namespace Content.Client.UserInterface var escapeTexture = _resourceCache.GetTexture("/Textures/UserInterface/hamburger.svg.96dpi.png"); var characterTexture = _resourceCache.GetTexture("/Textures/UserInterface/character.svg.96dpi.png"); var craftingTexture = _resourceCache.GetTexture("/Textures/UserInterface/hammer.svg.96dpi.png"); - var tutorialTexture = _resourceCache.GetTexture("/Textures/UserInterface/tutorial.svg.96dpi.png"); + var tutorialTexture = _resourceCache.GetTexture("/Textures/UserInterface/students-cap.svg.96dpi.png"); _topButtonsContainer = new HBoxContainer { @@ -199,7 +199,8 @@ namespace Content.Client.UserInterface SizeFlagsVertical = SizeFlags.Expand | SizeFlags.ShrinkCenter, MouseFilter = MouseFilterMode.Ignore, ModulateSelfOverride = ColorNormal, - CustomMinimumSize = (0, 32) + CustomMinimumSize = (0, 32), + Stretch = TextureRect.StretchMode.KeepCentered }); _container.AddChild(_label = new Label diff --git a/Resources/Textures/UserInterface/students-cap.svg b/Resources/Textures/UserInterface/students-cap.svg new file mode 100644 index 0000000000..64d400e844 --- /dev/null +++ b/Resources/Textures/UserInterface/students-cap.svg @@ -0,0 +1,93 @@ + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Resources/Textures/UserInterface/students-cap.svg.96dpi.png b/Resources/Textures/UserInterface/students-cap.svg.96dpi.png new file mode 100644 index 0000000000..b3dd0a6780 Binary files /dev/null and b/Resources/Textures/UserInterface/students-cap.svg.96dpi.png differ