obrazy kota

This commit is contained in:
countingthedots 2023-03-28 19:44:39 +02:00
parent 5818a63e1e
commit 50a0eda8ef
9 changed files with 1 additions and 1 deletions

BIN
Interface/images/cat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B

BIN
Interface/images/plant1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
Interface/images/plant2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
Interface/images/plant3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -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()