public void SetupDigits(ZFont inFont) { for (int i = 0; i < 10; i++) { this.SetupDigitTexturesP1(i, inFont.GetNumber(i)); } }