diff --git a/Interface/images/cat.png b/Interface/images/cat.png new file mode 100644 index 0000000..816312f Binary files /dev/null and b/Interface/images/cat.png differ diff --git a/Interface/images/cat/standing_back.png b/Interface/images/cat/standing_back.png new file mode 100644 index 0000000..40956bf Binary files /dev/null and b/Interface/images/cat/standing_back.png differ diff --git a/Interface/images/cat/standing_front.png b/Interface/images/cat/standing_front.png new file mode 100644 index 0000000..2ac41f3 Binary files /dev/null and b/Interface/images/cat/standing_front.png differ diff --git a/Interface/images/cat/standing_left.png b/Interface/images/cat/standing_left.png new file mode 100644 index 0000000..3f2db69 Binary files /dev/null and b/Interface/images/cat/standing_left.png differ diff --git a/Interface/images/cat/standing_right.png b/Interface/images/cat/standing_right.png new file mode 100644 index 0000000..95914b7 Binary files /dev/null and b/Interface/images/cat/standing_right.png differ diff --git a/Interface/images/plant1.jpg b/Interface/images/plant1.jpg new file mode 100644 index 0000000..383ef9e Binary files /dev/null and b/Interface/images/plant1.jpg differ diff --git a/Interface/images/plant2.jpg b/Interface/images/plant2.jpg new file mode 100644 index 0000000..e55fe6a Binary files /dev/null and b/Interface/images/plant2.jpg differ diff --git a/Interface/images/plant3.jpg b/Interface/images/plant3.jpg new file mode 100644 index 0000000..f2fee9f Binary files /dev/null and b/Interface/images/plant3.jpg differ diff --git a/Interface/movement.py b/Interface/movement.py index b8ee821..63eaed4 100644 --- a/Interface/movement.py +++ b/Interface/movement.py @@ -2,7 +2,7 @@ import pygame import sys -def movement_key_press(board_size, x, y, cat_x=None, cat_y=None): +def movement_key_press(board_size, x, y): for event in pygame.event.get(): if event.type == pygame.QUIT: sys.exit()