Commit 6ac54dbf by BellCodeEditor

auto save

parent 8a5bc90b
Showing with 3 additions and 2 deletions
import pygame import pygame
from pygame import locals
pygame.init() pygame.init()
screen=pygame.dispaly.set_mode((1000,600)) screen=pygame.display.set_mode((1000,600))
FPS=pygame.time.Clock() FPS=pygame.time.Clock()
pygame.dispaly.set_caption("悟空跑酷") pygame.display.set_caption("悟空跑酷")
background=pygame.image.load("bg.png") background=pygame.image.load("bg.png")
road=pygame.image.load("road.png") road=pygame.image.load("road.png")
......
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