]> CRI, Mines Paris - PSL - minwii.git/blobdiff - src/app/globals.py
objet Column dans un module séparé.
[minwii.git] / src / app / globals.py
diff --git a/src/app/globals.py b/src/app/globals.py
new file mode 100755 (executable)
index 0000000..8261eda
--- /dev/null
@@ -0,0 +1,15 @@
+# -*- coding: utf-8 -*-
+"""
+constantes globales partagées par plusieurs modules.
+
+$Id$
+$URL$
+"""
+
+BACKGROUND_LAYER = 0
+FOREGROUND_LAYER = 1
+CURSOR_LAYER = 2
+PLAYING_MODES = {'EASY':0
+                ,'NORMAL':1
+                ,'ADVANCED':2
+                ,'EXPERT':3}