Cleanup code. /JL

This commit is contained in:
2025-04-25 18:27:13 +02:00
parent 3b76f02f92
commit 1daa534b6f
4 changed files with 23 additions and 15 deletions

View File

@@ -7,7 +7,6 @@ class DropZone():
self.dropzone = pygame.Surface((width * globals.TILE_SIZE, height * globals.TILE_SIZE))
self.width = width
self.height = height
print(globals.dropgrid)
def draw(self, screen):
screen.blit(self.dropzone, (globals.TILE_SIZE * 4, globals.TILE_SIZE * 1))