gage,how to use numberdisplaysprite class

hey

I have downloaded the bitmap font creator, and I was wondering how to use the numberdisplaysprite class. Can it be used with the images that program makes?

Cant see that the constructor takes an image…just an int…does it create the images at runtime?

You might want to read the response to “But feature ABC is missing and it’s really critical to my work! Fix it!” on the GAGE homepage. NumberDisplaySprite stores no images. It uses the Graphics.drawString() method. The only reason for its existance is to display framerates simply and easily.

oh sorry, I misunderstood that class. Could have looked at the source to see what it was for.