Commit f20c83d1 by BellCodeEditor

auto save

parent 60f7cc63
Showing with 8 additions and 4 deletions
ame.init() import pygame
from pygame import locals
pygame.init()
# 创建一个窗口 # 创建一个窗口
ygame.display.set_ pygame.display.set_mode(660,480)
\ No newline at end of file while True:
for event in pygame.get:
if event.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