From 8a57bdf774bb5a5cbde67858e580bed98b18ae44 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 25 Dec 2020 21:25:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=98=E9=9B=AA=E8=83=8C=E6=99=AF=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E8=87=AA=E5=AE=9A=E4=B9=89=E6=B8=B8=E6=88=8F=E5=8F=AF?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/customGame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/customGame.lua b/parts/scenes/customGame.lua index 957dd8fb..b7f2b602 100644 --- a/parts/scenes/customGame.lua +++ b/parts/scenes/customGame.lua @@ -169,7 +169,7 @@ scene.widgetList={ --Else WIDGET.newSelector{name="bg", x=1070, y=150,w=250,color="yellow", - list={"none","grey","glow","rgb","flink","wing","fan","badapple","welcome","aura","bg1","bg2","rainbow","rainbow2","tunnel","lightning","lightning2","matrix","space"}, + list={"none","grey","glow","rgb","flink","wing","fan","badapple","welcome","aura","bg1","bg2","rainbow","rainbow2","tunnel","lightning","lightning2","matrix","space","snow"}, disp=WIDGET.lnk_CUSval("bg"), code=function(i)CUSTOMENV.bg=i BG.set(i)end },