From 7fc703ab3147cfdbc5782b89ae5742359b9266ef Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 28 Oct 2020 00:07:06 +0800 Subject: [PATCH] =?UTF-8?q?welcome=E7=A8=8D=E5=BE=AE=E4=B8=8D=E8=8A=B1?= =?UTF-8?q?=E7=9C=BC=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/bg.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Zframework/bg.lua b/Zframework/bg.lua index a25e4f25..ff8b3e71 100644 --- a/Zframework/bg.lua +++ b/Zframework/bg.lua @@ -234,11 +234,11 @@ back.welcome={ if -t%16.26<.1 then gc.rotate(t+5*sin(.26*t)+5*sin(.626*t)) end - gc.setColor(.3,.6,.7) + gc.setColor(.2,.3,.5) gc.draw(txt,-883*.5+4*sin(t*.7942),-110*.5+4*sin(t*.7355)) - gc.setColor(.6,.8,1) + gc.setColor(.4,.6,.8) gc.draw(txt,-883*.5+2*sin(t*.77023),-110*.5+2*sin(t*.7026)) - gc.setColor(1,1,1) + gc.setColor(.9,.9,.9) gc.draw(txt,-883*.5+3*sin(t*.7283),-110*.5+3*sin(t*.7626)) gc.pop() end,