Commit eebcf120 by BellCodeEditor

save project

parent 58756fce
Showing with 2 additions and 1 deletions
......@@ -4,10 +4,11 @@ from log import log
# 初始化pygame,为使用pygame做准备
pg.init()
win_log = log()
win_log.att_log("初始化","成功")
# 创建一个窗口
win = pg.display.set_mode((800, 600))
win_log = log()
win_log.att_log("窗口创建","成功")
while True:
......
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