Initial Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import pygame
|
||||
|
||||
_image = pygame.image.load('Background.png')
|
||||
|
||||
|
||||
def draw(surface: pygame.surface):
|
||||
surface.blit(_image.convert(), (0, 0))
|
||||
Reference in New Issue
Block a user