0.1 Merge #85
1 changed files with 414 additions and 411 deletions
3
main.py
3
main.py
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue