Skip to content

Commit

Permalink
Merge pull request #9 from edbmods/issue-7-text-alignment
Browse files Browse the repository at this point in the history
Issue #7: Fixed text alignment when rendering point display
  • Loading branch information
edbmods authored Jul 17, 2016
2 parents 8fb95bf + f5b29e2 commit 522e760
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Source/Page_PrepareCarefully.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,12 @@ protected void DrawCost(Rect parentRect)
TipSignal tip = new TipSignal(() => tooltipText, tooltipText.GetHashCode());
TooltipHandler.TipRegion(rect, tip);

// Removed points.
/*
GUI.color = ColorText;
Text.Anchor = TextAnchor.UpperLeft;
Text.Font = GameFont.Small;

// Removed points.
/*
string optionLabel;
float optionTop = parentRect.height - 97;
optionLabel = "EdB.PrepareCarefully.UsePoints".Translate();
Expand Down

0 comments on commit 522e760

Please sign in to comment.