ADD seperation of map image from window

This commit is contained in:
2025-04-22 18:25:42 +02:00
parent f107cd207b
commit 6ea83bda0d
2 changed files with 11 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ from utils.stack import Stack
def main():
pygame.init()
screen = pygame.display.set_mode((720, 720))
screen = pygame.display.set_mode((1280, 720))
clock = pygame.time.Clock()
pygame.display.set_caption("CS2 Demo Viewer")