Updates for the netcode refactor. (#69)

* Updates for the netcode refactor.

* Change HandsGui to control.

Why? No idea but drawing of it works again.

* Fix hand change sync.

* Update submodule
This commit is contained in:
Pieter-Jan Briers
2018-05-13 11:54:21 +02:00
committed by GitHub
parent 20cf3a6a9b
commit 85b4be3ff4
5 changed files with 15 additions and 32 deletions

View File

@@ -17,7 +17,7 @@ using SS14.Shared.Maths;
namespace Content.Client.UserInterface
{
public class HandsGui : HBoxContainer
public class HandsGui : Control
{
private static readonly Color _inactiveColor = new Color(90, 90, 90);
private const int BOX_SPACING = 1;