Commit 3d100717 by BellCodeEditor

save project

parent 2e7b4231
Showing with 8 additions and 2 deletions
......@@ -2,4 +2,11 @@ import pygame
from pygame import locals
pygame.init()
screen = pygame.drsplay.set_mode((640,480))
\ No newline at end of file
screen = pygame.drsplay.set_mode((640,480))
while True:
for event in pygame.event.get()
if event.type == locals.QUIT:
exit()
if pygame.mixer.music.get()==False:
pygame.mixer.music.play()
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