Draw robot on the world
[naja.git] / naja / constants.py
index 99dd99c97928caa730eec83829d5825c9c56051d..7442eb60a4ecdfe388b90d57276839f222efe606 100644 (file)
@@ -49,3 +49,4 @@ TILE_SIZE = (96, 96)
 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)