新增一点词典彩蛋

This commit is contained in:
MrZ626
2020-12-28 22:14:17 +08:00
parent cb23837684
commit 87e23f3e88

View File

@@ -45,6 +45,26 @@ local eggInput={
atoz="mg_AtoZ",
uttt="mg_UTTT",
cbf="mg_cubefield",
flag=function()
BG.setDefault("none")
BGM.setDefault(false)
BG.set("none")
BGM.stop()
SFX.play("clear_4")
LOG.print("What are you looking for?",COLOR.G)
end,
classic=function()
FESTIVAL=false
BG.setDefault("space")
BGM.setDefault("blank")
BGM.play()
end,
xmas=function()
FESTIVAL="xMas"
BG.setDefault("snow")
BGM.setDefault("mXmas")
BGM.play()
end,
}
local function search()
if eggInput[input]then