Remove a bunch of cruft from the engine.

Unused textures & fonts, really.
This commit is contained in:
Pieter-Jan Briers
2019-07-30 00:56:51 +02:00
parent 6d377ee1e3
commit be379b2e20
84 changed files with 17 additions and 361 deletions
@@ -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