projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
commit par sécurité.
[minwii.git]
/
src
/
app
/
config.py
diff --git
a/src/app/config.py
b/src/app/config.py
index
9e27584
..
aaf51a0
100755
(executable)
--- a/
src/app/config.py
+++ b/
src/app/config.py
@@
-5,6
+5,9
@@
$Id$
$URL$
"""
+import pygame
+pygame.font.init()
+
# playingscreen
BORDER = 0 # 5px
FIRST_HUE = 0.6
@@
-14,3
+17,6
@@
ON_TOP_LUMINANCE = 0.6
ON_BOTTOM_LUMINANCE = 0.9
ON_SATURATION = 1
ON_COLUMN_OVERSIZING = 1.75
+ON_COLUMN_ALPHA = 0.98
+FONT = pygame.font.Font(None, 80)
+FONT_COLOR = (0,0,0)