Commit 1eaf18a0 by BellCodeEditor

auto save

parent c075cadc
Showing with 26 additions and 0 deletions
import pygame
from pygame import locals
pygame.init()
screen=pygame.display.set_mode
bg_ing=pygame.image.load('background.png')
play_ing=pygame.image.load('play.png')
stop_ing=pygame.image.load('stop.png')
last_ing=pygame.image.load('last.png')
nest_ing=pygame.image.load('nest.png')
logo_ing=pygame.image.load('logo.png')
play_ing=pygame.image.load('play.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