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

@@ -90,6 +90,7 @@
<Compile Include="GameObjects\Components\Weapons\Ranged\ClientRangedWeaponComponent.cs" />
<Compile Include="GameObjects\EntitySystems\CameraRecoilSystem.cs" />
<Compile Include="GameObjects\EntitySystems\ClientNotifySystem.cs" />
<Compile Include="GameObjects\EntitySystems\IconSmoothSystem.cs" />
<Compile Include="GameObjects\EntitySystems\RangedWeaponSystem.cs" />
<Compile Include="GameObjects\EntitySystems\VerbSystem.cs" />
<Compile Include="GameTicking\ClientGameTicker.cs" />