Commit 1fceeb70 by BellCodeEditor

save project

parent 082f55aa
Showing with 7 additions and 2 deletions
import pygame
size=pygame.size((660,800))
\ No newline at end of file
pygame.init()
while True:
pygame.display.set_mode((660,480))
for envent in pygame.event.get():
if envent.type == locals.QUIT:
exit()
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