X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fconstants.py;h=0dc6b84726fd370b7079d666c589040c7c4bdc84;hb=3757e52c05b60b636155a3205a579c118ae82cc1;hp=faa8c55b14cac16ed99e0459f773c8f7e4039230;hpb=39f49f9579bdee2ad449246d1370a0be27186ed9;p=naja.git diff --git a/naja/constants.py b/naja/constants.py index faa8c55..0dc6b84 100644 --- a/naja/constants.py +++ b/naja/constants.py @@ -16,3 +16,13 @@ CHANNELS = 2 # 1 == mono, 2 == stereo BUFFER = 1024 # audio buffer size in no. of samples DEFAULT_SOUND_VOLUME = 1.0 # sound volume DEFAULT_MUSIC_VOLUME = 0.3 # music volume + +# Player bits +NORTH = 0 +SOUTH = 1 +EAST = 2 +WEST = 3 +CYAN = 4 +MAGENTA = 5 +YELLOW = 6 +MSB = 7