Signed-off-by: SpagettiFisch <63868515+SpagettiFisch@users.noreply.github.com>
This commit is contained in:
SpagettiFisch 2024-03-12 07:41:12 +01:00
commit 04e0b68cd7
12 changed files with 3 additions and 0 deletions

BIN
art/images/people/vivi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
audio/soundeffects/wind.mp3 Normal file

Binary file not shown.

View file

@ -5,10 +5,13 @@ import time
import random
from classes import *
from viecher import *
from pygame import mixer
fps = 60
def setUp(config):
pygame.init()
mixer.music.load('audio/music/thebritons(1.1).mp3')
mixer.music.play(-1)
if config["fullscreen"]:
screen = pygame.display.set_mode(config["res"], pygame.FULLSCREEN)
else: