From e9e81a993e8b7537b9f49d4be17020c58c10bac2 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 19 Sep 2020 02:02:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E9=83=A8=E5=88=86=E9=80=89=E6=8B=A9=E5=99=A8?= =?UTF-8?q?=E7=9A=84=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/widgetList.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Zframework/widgetList.lua b/Zframework/widgetList.lua index 8eb9925c..6d145483 100644 --- a/Zframework/widgetList.lua +++ b/Zframework/widgetList.lua @@ -75,7 +75,7 @@ local virtualkeySet={ },--PC key feedback(top&in a row) } local CUSlist={ - drop={1e99,180,60,40,30,25,20,18,16,14,12,10,9,8,7,6,5,4,3,2,1,.5,.25,.125,0}, + drop={0,.125,.25,.5,1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,25,30,40,60,180,1e99}, lock={0,1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,25,30,40,60,180,1e99}, wait={0,1,2,3,4,5,6,7,8,10,15,20,30,60}, fall={0,1,2,3,4,5,6,7,8,10,15,20,30,60}, @@ -84,9 +84,9 @@ local CUSlist={ visible={"show","time","fast","none"}, freshLimit={0,8,15,1e99}, opponent={0,1,2,3,4,5,6,7,8,9,10}, - life={0,1,2,3,4,5,10,42,87,500}, + life={0,1,2,3,5,10,15,26,42,87,500}, pushSpeed={1,2,3,5,15}, - bg={"none","glow","rgb","flink","aura","bg1","bg2","rainbow","rainbow2","lightning","lightning2","matrix","space"}, + bg={"none","bg1","bg2","rainbow","rainbow2","glow","rgb","aura","wing","matrix","space"}, bgm={"blank","race","push","way","reason","newera","oxygen","infinite","down","secret7th","secret8th","rockblock","cruelty","final"}, } --Lambda Funcs for widgets,delete at file end