X-Git-Url: https://scm.cri.minesparis.psl.eu/git/minwii.git/blobdiff_plain/0a9a61ff4ffe961742224a52f060104cd0e80bde..ea641d921996c040ee1af76c71ea98d75fa853af:/src/app/globals.py diff --git a/src/app/globals.py b/src/app/globals.py new file mode 100755 index 0000000..8261eda --- /dev/null +++ b/src/app/globals.py @@ -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}