Verb icons now UI scale.
This commit is contained in:
@@ -380,7 +380,7 @@ namespace Content.Server.GameObjects.Components.PDA
|
||||
|
||||
data.Text = Loc.GetString("Eject ID");
|
||||
data.Visibility = component.IdSlotEmpty ? VerbVisibility.Invisible : VerbVisibility.Visible;
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/eject.svg.96dpi.png";
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/eject.svg.192dpi.png";
|
||||
}
|
||||
|
||||
protected override void Activate(IEntity user, PDAComponent component)
|
||||
@@ -402,7 +402,7 @@ namespace Content.Server.GameObjects.Components.PDA
|
||||
|
||||
data.Text = Loc.GetString("Eject Pen");
|
||||
data.Visibility = component.PenSlotEmpty ? VerbVisibility.Invisible : VerbVisibility.Visible;
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/eject.svg.96dpi.png";
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/eject.svg.192dpi.png";
|
||||
}
|
||||
|
||||
protected override void Activate(IEntity user, PDAComponent component)
|
||||
@@ -423,7 +423,7 @@ namespace Content.Server.GameObjects.Components.PDA
|
||||
}
|
||||
|
||||
data.Text = Loc.GetString("Toggle flashlight");
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/light.svg.96dpi.png";
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/light.svg.192dpi.png";
|
||||
}
|
||||
|
||||
protected override void Activate(IEntity user, PDAComponent component)
|
||||
|
||||
Reference in New Issue
Block a user