Skip to content
Snippets Groups Projects
Commit 0874b6c6 authored by Ed86's avatar Ed86
Browse files

changed bio icon to rjw logo

parent feed28b0
No related branches found
No related tags found
No related merge requests found
......@@ -74,10 +74,11 @@ namespace rjw
GUI.color = rectNew.Contains(Event.current.mousePosition) ? new Color(0.25f, 0.59f, 0.75f) : new Color(1f, 1f, 1f);
// TODO: Replace the placeholder icons with... something
if (CompRJW.Comp(pawn).quirks.ToString() != "None")
GUI.DrawTexture(rectNew, ContentFinder<Texture2D>.Get("UI/Commands/Service_on"));
else
GUI.DrawTexture(rectNew, ContentFinder<Texture2D>.Get("UI/Commands/Service_off"));
//if (CompRJW.Comp(pawn).quirks.ToString() != "None")
// GUI.DrawTexture(rectNew, ContentFinder<Texture2D>.Get("UI/Commands/Service_on"));
//else
// GUI.DrawTexture(rectNew, ContentFinder<Texture2D>.Get("UI/Commands/Service_off"));
GUI.DrawTexture(rectNew, ContentFinder<Texture2D>.Get("RJW-LOGO"));
TooltipHandler.TipRegion(rectNew, "SexcardTooltip".Translate());
if (Widgets.ButtonInvisible(rectNew))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment