Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
pygame_lesson5_diy3
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
90702fe4
authored
2 years ago
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
2a4abfc6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
my_music.py
my_music.py
View file @
90702fe4
...
...
@@ -17,6 +17,7 @@ pygame.mixer.music.load('歌曲1.wav')
pygame
.
mixer
.
music
.
load
(
'歌曲2.wav'
)
pygame
.
mixer
.
music
.
load
(
'歌曲3.wav'
)
x
,
y
=
0
,
0
volume
=
0.2
asdf
=
[]
pygame
.
mixer
.
music
.
set_volume
(
volume
)
# 初始播放音量
...
...
@@ -24,12 +25,10 @@ click = 0
play_button
=
stop_img
path
=
r"C:\Users\Administrator\Desktop\test"
fil
=
os
.
listdir
(
path
)
print
(
fil
)
num
=
-
1
for
i
in
fil
:
if
i
[
-
4
:]
==
".wav"
or
i
[
-
4
:]
==
".ogg"
:
asdf
.
append
(
i
)
print
(
asdf
)
while
True
:
for
event
in
pygame
.
event
.
get
():
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment