2 Commits

Author SHA1 Message Date
230e5f8892 refactor: 将下课铃修改为ogg格式 2026-02-26 16:12:27 +08:00
4a348e578b 添加:主菜单背景音乐 2026-02-26 16:09:55 +08:00
6 changed files with 6 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ label Chapter1_Scene1:
show xingyu laughing big
xingyu "{cps=5}哈哈哈哈哈{cps=15}\n真是一对苦命鸳鸯"
play sound "audio/xiakering.mp3"
play sound "audio/AfterClassRing.ogg"
scene bg black with fade
pause 1.0
scene bg playground twilight

Binary file not shown.

BIN
game/audio/MainMenu.ogg Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -69,7 +69,7 @@ define config.has_voice = False
## 将以下语句取消注释就可以设置标题界面播放的背景音乐文件。此文件将在整个游戏中
## 持续播放,直至音乐停止或其他文件开始播放。
# define config.main_menu_music = "main-menu-theme.ogg"
define config.main_menu_music = "audio/MainMenu.ogg"
## 转场 ##########################################################################

View File

@@ -113,10 +113,14 @@ transform zoom_to_upper_right:
# 快速放大并向左下偏移(画面看起来往右上移动)
ease 0.3 zoom 1.7 xalign 0.6 yalign 0.2
#label before_main_menu:
# $ renpy.music.play("andio/MainMenu.ogg", loop=True, fadein=2.0)
# 游戏在此开始。
label start:
stop music fadeout 1.0
jump Chapter1_Scene1
# 此处为游戏结尾。