Verb icons now UI scale.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Content.Server.GlobalVerbs
|
||||
data.Text = Loc.GetString("Delete");
|
||||
data.CategoryData = VerbCategories.Debug;
|
||||
data.Visibility = VerbVisibility.Visible;
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/delete.svg.96dpi.png";
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/delete.svg.192dpi.png";
|
||||
}
|
||||
|
||||
public override void Activate(IEntity user, IEntity target)
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace Content.Server.GlobalVerbs
|
||||
data.Visibility = VerbVisibility.Visible;
|
||||
data.Text = Loc.GetString("Make Sentient");
|
||||
data.CategoryData = VerbCategories.Debug;
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/sentient.svg.96dpi.png";
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/sentient.svg.192dpi.png";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace Content.Server.GlobalVerbs
|
||||
public override void GetData(IEntity user, IEntity target, VerbData data)
|
||||
{
|
||||
data.Visibility = VerbVisibility.Invisible;
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/point.svg.96dpi.png";
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/point.svg.192dpi.png";
|
||||
|
||||
if (!user.HasComponent<IActorComponent>())
|
||||
{
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace Content.Server.GlobalVerbs
|
||||
data.Text = Loc.GetString("Rejuvenate");
|
||||
data.CategoryData = VerbCategories.Debug;
|
||||
data.Visibility = VerbVisibility.Invisible;
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/rejuvenate.svg.96dpi.png";
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/rejuvenate.svg.192dpi.png";
|
||||
|
||||
var groupController = IoCManager.Resolve<IConGroupController>();
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace Content.Server.GlobalVerbs
|
||||
{
|
||||
data.CategoryData = VerbCategories.Debug;
|
||||
data.Visibility = VerbVisibility.Invisible;
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/anchor.svg.96dpi.png";
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/anchor.svg.192dpi.png";
|
||||
|
||||
var groupController = IoCManager.Resolve<IConGroupController>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user