X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fconstants.py;h=2f8d3790245186852e93dcf60771e17b9a6887da;hb=878a4c484dabe53a07ae7b02c5bb4b31adec5599;hp=9ec9f384b41dfdc3c11d416d6c12665d10af24bb;hpb=6c176929bd2a3c4877eee6d0e3e9e92189004a9b;p=naja.git diff --git a/naja/constants.py b/naja/constants.py index 9ec9f38..2f8d379 100644 --- a/naja/constants.py +++ b/naja/constants.py @@ -78,6 +78,7 @@ BOARD_SIZE = (5 * TILE_SIZE[0], 5 * TILE_SIZE[1]) BIT_SIZE = (5 * TILE_SIZE[0], (SCREEN[1] - 5 * TILE_SIZE[1]) // 2) INFO_SIZE = (SCREEN[0] - 5 * TILE_SIZE[0], SCREEN[1]) INFO_LEFT_PADDING = 18 +INFO_RIGHT_PADDING = 18 PLAYER_SIZE = (64, 96) ACTION_TEXT_OFFSET = 20 @@ -147,10 +148,10 @@ ACTION_GLYPHS = AttrDict({ 'SHIFT_RIGHT': 'glyphs/shift_right.png', }) -TUNES = [ - 'ants.ogg', - 'python.ogg', - 'death_on_a_b.ogg', - 'scape.ogg', - 'another_beek.ogg', - ] +TUNES = ( + 'ants.ogg', + 'python.ogg', + 'death_on_a_b.ogg', + 'scape.ogg', + 'another_beek.ogg', +)