Initial Commit

This commit is contained in:
2022-08-25 00:27:03 +02:00
commit 2e13c87a9d
15 changed files with 151 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import pygame
_image = pygame.image.load('Background.png')
def draw(surface: pygame.surface):
surface.blit(_image.convert(), (0, 0))