Changeset 221
- Timestamp:
- 12/25/06 16:00:25 (5 years ago)
- Files:
-
- 1 modified
-
trunk/src/pyspacewar/ui.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pyspacewar/ui.py
r215 r221 1579 1579 """Load fonts.""" 1580 1580 verdana = pygame.font.match_font('Verdana') 1581 verdana_bold = pygame.font.match_font('Verdana', bold=True)1581 verdana_bold = pygame.font.match_font('Verdana', bold=True) 1582 1582 # Work around a bug in pygame: 1583 1583 # http://aspn.activestate.com/ASPN/Mail/Message/pygame-users/2970161
