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:
committed by
GitHub
parent
20cf3a6a9b
commit
85b4be3ff4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user