Commit 20d97c9e by BellCodeEditor

auto save

parent 56356e87
Showing with 61 additions and 2 deletions
import pygame import pygame
import os
from pygame import locals from pygame import locals
pygame.init() pygame.init()
screen=pygame.display.set_mode((640,480)) screen=pygame.display.set_mode((640,480))
...@@ -6,4 +7,63 @@ bg_img=pygame.image.load('background.png') ...@@ -6,4 +7,63 @@ bg_img=pygame.image.load('background.png')
play_img=pygame.image.load('play.png') play_img=pygame.image.load('play.png')
stop_img=pygame.image.load('stop.png') stop_img=pygame.image.load('stop.png')
last_img=pygame.image.load('last.png') last_img=pygame.image.load('last.png')
next_img=pygame.image.load('next.png') next_img=pygame.image.load('next.png')
\ No newline at end of file logo_img=pygame.image.load('logo.png')
music_list=[]
path="C:\\Users\\86135\\Desktop\\test"
fi
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