Ajout du mode débutant.
[minwii.git] / src / app / globals.py
index 0dde5f3..2ce25eb 100755 (executable)
@@ -11,10 +11,11 @@ from math import floor
 BACKGROUND_LAYER = 0
 FOREGROUND_LAYER = 1
 CURSOR_LAYER = 2
-PLAYING_MODES = (('EASY'   , u'Facile'),
-                 ('NORMAL'  , u'Normal'),
-                 ('ADVANCED', u'Avancé'),
-                 ('EXPERT'  , u'Expert'))
+PLAYING_MODES = (('BEGINNER' , u'Débutant'),
+                 ('EASY'     , u'Facile'),
+                 ('NORMAL'   , u'Normal'),
+                 ('ADVANCED' , u'Avancé'),
+                 ('EXPERT'   , u'Expert'))