Update main.py

main
Ričards Dzirvinskis 2026-02-23 07:31:17 +00:00
parent 1c8761eda3
commit 40b7ceba8e
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@ enemy_img = pygame.transform.scale(
enemy_img, enemy_img,
(int(enemy_img.get_width() * 0.3), int(enemy_img.get_height() * 0.3))) (int(enemy_img.get_width() * 0.3), int(enemy_img.get_height() * 0.3)))
#end ekrāns
end_img = pygame.image.load('Sprite-0002.png').convert()
#end_img = pygame.transform.scale(
# end_img,
# (int(end_img.get_width() * 1), int(end_img.get_height() * 1)))
# Skaitītājs # Skaitītājs
count = 0 count = 0
count_label = pygame.font.Font(None, 40) count_label = pygame.font.Font(None, 40)