Commit d418a683 by BellCodeEditor

save project

parent 7ebfe276
Showing with 5 additions and 4 deletions
import pygame
form pygame import locale
pygame.init()
screen=pygame.dispay.set_mode((660,440))
while True:
for i(rrr) in
if i,type==loculs.QUIT:
\ No newline at end of file
for i in pygame.event.get():
if i.type==loculs.QUIT:
exit()
\ 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