projects
/
minwii.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
commit par sécurité.
[minwii.git]
/
src
/
app
/
config.py
1
"""
2
constantes de configuration
3
4
$Id$
5
$URL$
6
"""
7
8
import
pygame
9
pygame
.
font
.
init
()
10
11
# playingscreen
12
BORDER
=
0
# 5px
13
FIRST_HUE
=
0.6
14
OFF_LUMINANCE
=
0.2
15
OFF_SATURATION
=
1
16
ON_TOP_LUMINANCE
=
0.6
17
ON_BOTTOM_LUMINANCE
=
0.9
18
ON_SATURATION
=
1
19
ON_COLUMN_OVERSIZING
=
1.75
20
ON_COLUMN_ALPHA
=
0.98
21
FONT
=
pygame
.
font
.
Font
(
None
,
80
)
22
FONT_COLOR
= (
0
,
0
,
0
)