Sunday, April 1, 2012

Game Progress

I have added a font class and a sprite sheet that contains the bitmapped digits for the game.  It was a little bit tricky since I had to turn off the default scaling that normally occurs when reading in bitmaps.  I created some simple 8x8 bitmaps in gimp and used decodeResource and createBitmap to load them into my game.  Now I have a score displayed in my game.