Commit f0648055 by BellCodeEditor

save project

parent 022ec8df
Showing with 9 additions and 1 deletions
import pygame
from pygame import locals
pygame.init()
screen=pygame.display.set_mode((1000,600))
bg=pygame.image.load('bgpng')
road=pygame.image.load('bgpng')
stone=pygame.image.load('bgpng')
import pygame =import pygame
from pygame import locals from pygame import locals
pygame.init() # 初始化 pygame.init() # 初始化
......
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