comparison tools/rect_drawer.py @ 250:df57386908c0

Tweak constant overriding
author Neil Muller <neil@dip.sun.ac.za>
date Fri, 27 Aug 2010 16:13:22 +0200
parents 0ea4661d134c
children e4ea9def56b2
comparison
equal deleted inserted replaced
249:913257638e6f 250:df57386908c0
16 from albow.resource import get_font 16 from albow.resource import get_font
17 from pygame.locals import SWSURFACE 17 from pygame.locals import SWSURFACE
18 import pygame 18 import pygame
19 from pygame.colordict import THECOLORS 19 from pygame.colordict import THECOLORS
20 20
21 from gamelib import constants
22 constants.DEBUG = True
23
21 from gamelib.state import initial_state 24 from gamelib.state import initial_state
22 from gamelib import constants
23 from gamelib.widgets import BoomLabel 25 from gamelib.widgets import BoomLabel
24 26
25 constants.DEBUG = True
26 27
27 28
28 29
29 class AppPalette(PaletteView): 30 class AppPalette(PaletteView):
30 31