X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fconstants.py;h=b6fce4e9a7b897b302b932426231f57ca9f4596f;hb=a6261f51a91485805fe7ebd3d85ea20a257f798f;hp=8506db011dfba64eb11d70fd62b06e01cb8e3469;hpb=b2a1b82d2944517a2d54d597f5933bc3b5a07ca1;p=naja.git diff --git a/naja/constants.py b/naja/constants.py index 8506db0..b6fce4e 100644 --- a/naja/constants.py +++ b/naja/constants.py @@ -52,3 +52,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]) PLAYER_SIZE = (64, 96) + +# Player States +MOVE = 1 +ACT = 2