Commit bc3bfe82 by BellCodeEditor

auto save

parent d5462a89
Showing with 1 additions and 1 deletions
import pygame import pygame
from pygame import locals from pygame import locals
x,y=240,120 x,y=240,120
# 初始化pygame,为使用硬件做准备 # 初始化pygame,为使用硬件做准备
pygame.init() pygame.init()
re=pygame.time.Clock();re.tick(3)# 创建一个窗口 re=pygame.time.Clock();re.tick(3)# 创建一个窗口
......
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