fix
This commit is contained in:
parent
850e679640
commit
5976ac5e26
BIN
__pycache__/pygui.cpython-311.pyc
Normal file
BIN
__pycache__/pygui.cpython-311.pyc
Normal file
Binary file not shown.
2
main.py
2
main.py
@ -3,7 +3,7 @@ import pygame
|
|||||||
import pygui
|
import pygui
|
||||||
|
|
||||||
# Initialize Pygame and pygui
|
# Initialize Pygame and pygui
|
||||||
pygui.init_pygui()
|
pygui.init()
|
||||||
|
|
||||||
WIDTH, HEIGHT = 1280, 720
|
WIDTH, HEIGHT = 1280, 720
|
||||||
screen = pygame.display.set_mode((WIDTH, HEIGHT))
|
screen = pygame.display.set_mode((WIDTH, HEIGHT))
|
||||||
|
Loading…
Reference in New Issue
Block a user