]> CRI, Mines Paris - PSL - minwii.git/blobdiff - src/app/config.py
Affichage des wiimotes réellement disponibles.
[minwii.git] / src / app / config.py
index 2de1b90890fc893a5f6861b721e2e45015e355eb..eb10ceb796b398a0490888bc1e8b76140fb5ee90 100755 (executable)
@@ -32,7 +32,8 @@ ON_SATURATION = 1
 ON_COLUMN_OVERSIZING = 2
 ON_COLUMN_ALPHA = 1
 font_file = _computePath('fonts/Arial Unicode.ttf')
-FONT = pygame.font.Font(font_file, 50)
+NOTES_FONT = pygame.font.Font(font_file, 50)
+LYRICS_FONT = pygame.font.Font(None, 80)
 FONT_COLOR = (0,0,0)
 DEFAULT_MIDI_VELOCITY = 96