2 Widget that holds the games's bits.
5 from naja.constants import BIT_SIZE
7 from .base import Widget
10 class GameBitsWidget(Widget):
12 Widget which holds the game's bits.
14 def __init__(self, pos, image=None):
15 super(GameBitsWidget, self).__init__(pos, BIT_SIZE)
20 def draw(self, surface):
22 #surface.blit(self.surface, self.rect)