Fix rotate CCW verb icon.
It was the CW one due to copy&paste.
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Content.Server.GameObjects.Components
|
|||||||
{
|
{
|
||||||
data.CategoryData = VerbCategories.Rotate;
|
data.CategoryData = VerbCategories.Rotate;
|
||||||
data.Text = "Rotate counter-clockwise";
|
data.Text = "Rotate counter-clockwise";
|
||||||
data.IconTexture = "/Textures/UserInterface/VerbIcons/rotate_cw.svg.96dpi.png";
|
data.IconTexture = "/Textures/UserInterface/VerbIcons/rotate_ccw.svg.96dpi.png";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Activate(IEntity user, RotatableComponent component)
|
protected override void Activate(IEntity user, RotatableComponent component)
|
||||||
|
|||||||
Reference in New Issue
Block a user