projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
nommage des événements.
[minwii.git]
/
src
/
app
/
config.py
diff --git
a/src/app/config.py
b/src/app/config.py
index
2de1b90
..
eb10ceb
100755
(executable)
--- a/
src/app/config.py
+++ b/
src/app/config.py
@@
-32,7
+32,8
@@
ON_SATURATION = 1
ON_COLUMN_OVERSIZING = 2
ON_COLUMN_ALPHA = 1
font_file = _computePath('fonts/Arial Unicode.ttf')
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
FONT_COLOR = (0,0,0)
DEFAULT_MIDI_VELOCITY = 96