词典可以调出zDay节日
This commit is contained in:
@@ -77,6 +77,12 @@ local eggInput={
|
|||||||
BGM.play()
|
BGM.play()
|
||||||
end,
|
end,
|
||||||
spring="sprfes",
|
spring="sprfes",
|
||||||
|
zday=function()
|
||||||
|
FESTIVAL="zDay"
|
||||||
|
BG.setDefault("lanterns")
|
||||||
|
BGM.setDefault("overzero")
|
||||||
|
BGM.play()
|
||||||
|
end,
|
||||||
}for k,v in next,eggInput do if type(v)=="string"then eggInput[k]=eggInput[v]end end
|
}for k,v in next,eggInput do if type(v)=="string"then eggInput[k]=eggInput[v]end end
|
||||||
local function search()
|
local function search()
|
||||||
local input=WIDGET.active.input.value
|
local input=WIDGET.active.input.value
|
||||||
|
|||||||
Reference in New Issue
Block a user