Fix action item rotation (#3764)

Similar to how hands does it.
This commit is contained in:
metalgearsloth
2021-03-31 21:10:56 +11:00
committed by GitHub
parent 2004af098f
commit bd0d0ec512

View File

@@ -153,7 +153,8 @@ namespace Content.Client.UserInterface.Controls
HorizontalExpand = true,
VerticalExpand = true,
Scale = (2,2),
Visible = false
Visible = false,
OverrideDirection = Direction.South,
};
_smallActionIcon = new TextureRect
{