mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-06 17:58:05 +02:00
Remove a bunch of cruft from the engine.
Unused textures & fonts, really.
This commit is contained in:
@@ -63,8 +63,6 @@ namespace Robust.Client.UserInterface.CustomControls
|
||||
|
||||
contents = new Label
|
||||
{
|
||||
FontOverride =
|
||||
new VectorFont(resourceCache.GetResource<FontResource>(new ResourcePath("/Fonts/CALIBRI.TTF")), 12),
|
||||
FontColorShadowOverride = Color.Black,
|
||||
MarginTop = 5,
|
||||
MarginLeft = 5
|
||||
|
||||
@@ -51,8 +51,6 @@ namespace Robust.Client.UserInterface.CustomControls
|
||||
|
||||
contents = new Label
|
||||
{
|
||||
FontOverride = resourceCache.GetResource<FontResource>(new ResourcePath("/Fonts/CALIBRI.TTF"))
|
||||
.MakeDefault(),
|
||||
FontColorShadowOverride = Color.Black,
|
||||
MarginTop = 5,
|
||||
MarginLeft = 5
|
||||
|
||||
@@ -34,8 +34,6 @@ namespace Robust.Client.UserInterface.CustomControls
|
||||
{
|
||||
_contents = new Label
|
||||
{
|
||||
FontOverride = _resourceCache.GetResource<FontResource>(new ResourcePath("/Fonts/CALIBRI.TTF"))
|
||||
.MakeDefault(),
|
||||
FontColorShadowOverride = Color.Black,
|
||||
MarginTop = 5,
|
||||
MarginLeft = 5
|
||||
|
||||
Reference in New Issue
Block a user