Commit 82cdd747 by BellCodeEditor

save project

parent 8737f094
Showing with 7 additions and 4 deletions
import pygame import pygame
...@@ -3,5 +3,8 @@ from pygame import locals ...@@ -3,5 +3,8 @@ from pygame import locals
pygame.init() pygame.init()
screen = pygame.display.set_mode((660,480),0,32) screen = pygame.display.set_mode((660,480),0,32)
while True: while True
for event in pygame.encode_file_path()
\ No newline at end of file if event.type == locals.QUIT:
exit()
screen.blit(BytesWarning,(0,0))
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment