diff --git a/gametest_rev2.py b/gametest_rev2.py index c5c7e76..5aa345e 100644 --- a/gametest_rev2.py +++ b/gametest_rev2.py @@ -123,7 +123,7 @@ All buttons are close-contact. | | | | +----+ +----+ +----+ +----+ | | | | | | | | - | P_32 | P_37 | P_32 | P_32 + | P_32 | P_33 | P_36 | P_37 \ \ \ \ \ \ \ \ \ \ \ \ @@ -640,7 +640,7 @@ img_metalliclogo_image = pygame.image.load(img_metalliclogo) img_metalliclogo_imagex = get_image_width(img_metalliclogo) img_metalliclogo_imagey = get_image_height(img_metalliclogo) -img_background = 'img/bg.png' +img_background = 'img/bg.jpg' img_background_image = pygame.image.load(img_background) img_background_imagex = get_image_width(img_background) img_background_imagey = get_image_height(img_background) @@ -689,7 +689,7 @@ while True: # fill all surfaces again to contain the proper text header_surface = pygame_font_1.render('Dr' + u'ΓΌ' + 'cken Sie Start!', True, pygame_font_main_color) header_rectangle = header_surface.get_rect() - header_rectangle.topleft = (560, 250) + header_rectangle.topleft = (560, 270) highscore_header_surface = pygame_font_2.render('Highscores:', True, pygame_font_main_color) highscore_header_rectangle = highscore_header_surface.get_rect() diff --git a/img/bg.jpg b/img/bg.jpg new file mode 100644 index 0000000..a999d27 Binary files /dev/null and b/img/bg.jpg differ diff --git a/img/bg.png b/img/bg.png deleted file mode 100644 index d0dcb2e..0000000 Binary files a/img/bg.png and /dev/null differ