Commit c08527d7 by BellCodeEditor

save project

parent f47afc2a
Showing with 1 additions and 2 deletions
......@@ -2,8 +2,7 @@ import pygame
from pygame import locals
# 初始化pygame,为使用pygame做准备
pygame.init()
# 创建一个窗口
background = # 创建一个窗口
pygame.display.set_mode(size = (660,480))
while True:
for event in pygame.event.get():
......
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