Fixed HandsGui children so that HandsGui is clickable
This commit is contained in:
@@ -60,6 +60,7 @@ namespace Content.Client.UserInterface
|
|||||||
|
|
||||||
AddChild(new TextureRect
|
AddChild(new TextureRect
|
||||||
{
|
{
|
||||||
|
MouseFilter = MouseFilterMode.Ignore,
|
||||||
Texture = TextureHandLeft,
|
Texture = TextureHandLeft,
|
||||||
Size = _handL.Size,
|
Size = _handL.Size,
|
||||||
Position = _handL.TopLeft,
|
Position = _handL.TopLeft,
|
||||||
@@ -68,6 +69,7 @@ namespace Content.Client.UserInterface
|
|||||||
|
|
||||||
AddChild(new TextureRect
|
AddChild(new TextureRect
|
||||||
{
|
{
|
||||||
|
MouseFilter = MouseFilterMode.Ignore,
|
||||||
Texture = TextureHandRight,
|
Texture = TextureHandRight,
|
||||||
Size = _handR.Size,
|
Size = _handR.Size,
|
||||||
Position = _handR.TopLeft,
|
Position = _handR.TopLeft,
|
||||||
@@ -76,6 +78,7 @@ namespace Content.Client.UserInterface
|
|||||||
|
|
||||||
AddChild(ActiveHandRect = new TextureRect
|
AddChild(ActiveHandRect = new TextureRect
|
||||||
{
|
{
|
||||||
|
MouseFilter = MouseFilterMode.Ignore,
|
||||||
Texture = TextureHandActive,
|
Texture = TextureHandActive,
|
||||||
Size = _handL.Size,
|
Size = _handL.Size,
|
||||||
Position = _handL.TopLeft,
|
Position = _handL.TopLeft,
|
||||||
|
|||||||
Reference in New Issue
Block a user