From b97bc194b43ab175b782f896afc9500faaf8948f Mon Sep 17 00:00:00 2001 From: Gerhards Kristians Tillers <gerhardstillers3@gmail.com> Date: Sun, 3 Mar 2024 20:18:56 +0000 Subject: [PATCH] Update menu copy 2.py --- menu copy 2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menu copy 2.py b/menu copy 2.py index d8ecaec..875c230 100644 --- a/menu copy 2.py +++ b/menu copy 2.py @@ -12,6 +12,7 @@ pygame.display.set_caption("Menu") BG = pygame.image.load("assets/Background.png") pygame.mixer.music.load('assets/Pixel 7.mp3') + # Воспроизведение музыки pygame.mixer.music.play() @@ -23,6 +24,7 @@ def get_font(size): # Returns Press-Start-2P in the desired size def play(): while True: + pygame.time.delay(500) import Game_V2 # Game_V2 vietāpievienojiet failu ar pabeigto spēli