projects
/
minwii.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
la sélection de l'instrut doit être faite plus tard.
[minwii.git]
/
src
/
app
/
globals.py
1
# -*- coding: utf-8 -*-
2
"""
3
constantes globales partagées par plusieurs modules.
4
5
$Id$
6
$URL$
7
"""
8
9
BACKGROUND_LAYER
=
0
10
FOREGROUND_LAYER
=
1
11
CURSOR_LAYER
=
2
12
PLAYING_MODES
= {
'EASY'
:
0
13
,
'NORMAL'
:
1
14
,
'ADVANCED'
:
2
15
,
'EXPERT'
:
3
}