public void SetTextAsMoney(Text t, float dollars, bool showSign = false) { t.text = God.FormatMoney(dollars); t.color = God.ColorOfMoney(dollars); }