Commit 24e48e79 by BellCodeEditor

auto save

parent ec16fdfc
Showing with 2 additions and 3 deletions
import pygame import pygame
from pygame import locals from pygame import locals
import os
pygame.init()
laijdo=[]
pygame.init()
laijdo=["歌曲1.wav","歌曲2.wav","歌曲3.wav","歌曲4.ogg"] # 初始化
# 创建窗口 # 创建窗口
screen = pygame.display.set_mode((640, 480)) screen = pygame.display.set_mode((640, 480))
# 载入图片、资源 # 载入图片、资源
......
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