新BGM:Jazz nihilism(用于节日主题,by Trebor)

This commit is contained in:
MrZ626
2021-08-26 03:09:46 +08:00
parent f77d8d5219
commit 12c96f321b
4 changed files with 13 additions and 7 deletions

View File

@@ -38,9 +38,10 @@ function THEME.calculate(Y,M,D)
--Z day --Z day
D=='26'and( D=='26'and(
(M=='01'or M=='02'or M=='03')and'zday1'or (M=='01'or M=='02'or M=='03')and'zday1'or
(M=='04'or M=='05'or M=='06')and'zday2'or (M=='04'or M=='05')and'zday2'or
(M=='07'or M=='08'or M=='09')and'zday3'or (M=='06'or M=='07')and'zday3'or
(M=='10'or M=='11'or M=='12')and'zday4' (M=='08'or M=='09')and'zday4'or
(M=='10'or M=='11'or M=='12')and'zday5'
)or )or
'classic' 'classic'
@@ -63,16 +64,19 @@ function THEME.set(theme)
MES.new('info',"★☆新年快乐☆★") MES.new('info',"★☆新年快乐☆★")
elseif theme=='zday1'then elseif theme=='zday1'then
BG.setDefault('lanterns') BG.setDefault('lanterns')
BGM.setDefault('overzero') BGM.setDefault('blank')
elseif theme=='zday2'then elseif theme=='zday2'then
BG.setDefault('lanterns') BG.setDefault('lanterns')
BGM.setDefault('vacuum') BGM.setDefault('overzero')
elseif theme=='zday3'then elseif theme=='zday3'then
BG.setDefault('lanterns') BG.setDefault('lanterns')
BGM.setDefault('empty') BGM.setDefault('vacuum')
elseif theme=='zday4'then elseif theme=='zday4'then
BG.setDefault('lanterns') BG.setDefault('lanterns')
BGM.setDefault('space') BGM.setDefault('jazz nihilism')
elseif theme=='zday5'then
BG.setDefault('lanterns')
BGM.setDefault('empty')
elseif theme=='fool'then elseif theme=='fool'then
BG.setDefault('blockrain') BG.setDefault('blockrain')
BGM.setDefault('how feeling') BGM.setDefault('how feeling')

BIN
media/BGM/jazz nihilism.ogg Normal file

Binary file not shown.

View File

@@ -16,6 +16,7 @@ local author={
["how feeling"]="????", ["how feeling"]="????",
moonbeam="Beethoven & MrZ", moonbeam="Beethoven & MrZ",
["secret7th remix"]="柒栎流星", ["secret7th remix"]="柒栎流星",
["jazz nihilism"]="Trebor",
} }
local scene={} local scene={}

View File

@@ -34,6 +34,7 @@ return[=[
新增: 新增:
新增ARS_Z旋转系统:简化复杂的测试逻辑,统一使用{右,左}(i块为{上,上2},五连块风格模仿) 新增ARS_Z旋转系统:简化复杂的测试逻辑,统一使用{右,左}(i块为{上,上2},五连块风格模仿)
添加SRS_X旋转系统:基于SRS,I块和除了PQ的非四连块使用TRS的表 添加SRS_X旋转系统:基于SRS,I块和除了PQ的非四连块使用TRS的表
新BGM:Jazz nihilism(用于节日主题,by Trebor)
改动: 改动:
增大场地晃动的阻力,看起来更舒服 增大场地晃动的阻力,看起来更舒服
平滑下落的消行动画曲线稍微拉直一些 平滑下落的消行动画曲线稍微拉直一些