This commit is contained in:
OusmBlueNinja 2024-12-02 21:46:23 -06:00
parent 850e679640
commit 5976ac5e26
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -3,7 +3,7 @@ import pygame
import pygui
# Initialize Pygame and pygui
pygui.init_pygui()
pygui.init()
WIDTH, HEIGHT = 1280, 720
screen = pygame.display.set_mode((WIDTH, HEIGHT))