From 7cb3797624ff2ec03adb32c901c48d93effbe88a Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 25 Mar 2021 22:00:51 +0800 Subject: [PATCH] =?UTF-8?q?space=E8=83=8C=E6=99=AF=E7=95=A5=E5=BE=AE?= =?UTF-8?q?=E6=9A=97=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/backgrounds/space.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/backgrounds/space.lua b/parts/backgrounds/space.lua index 07df6603..fa7662b9 100644 --- a/parts/backgrounds/space.lua +++ b/parts/backgrounds/space.lua @@ -31,7 +31,7 @@ function back.update() end end function back.draw() - gc.clear(.2,.2,.2) + gc.clear(.15,.15,.15) if not stars[1]then return end gc.translate(-10,-10) gc.setColor(.8,.8,.8)