X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fconstants.py;h=b6fce4e9a7b897b302b932426231f57ca9f4596f;hb=4a3294f47ed3d17c69a2c5e99b94771b8c97a567;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