Improved icon smoothing to use ECS properly, cables smooth now.

This commit is contained in:
Pieter-Jan Briers
2019-03-28 11:14:03 +01:00
parent 00c59290fc
commit 880d4b7249
22 changed files with 459 additions and 174 deletions

View File

@@ -3,7 +3,7 @@ using Content.Client.GameObjects.Components.Actor;
using Content.Client.GameObjects.Components.Clothing;
using Content.Client.GameObjects.Components.Construction;
using Content.Client.GameObjects.Components.Power;
using Content.Client.GameObjects.Components.SmoothWalling;
using Content.Client.GameObjects.Components.IconSmoothing;
using Content.Client.GameObjects.Components.Storage;
using Content.Client.GameObjects.Components.Weapons.Ranged;
using Content.Client.GameTicking;