降低部分背景底色亮度,blockspace更真实

This commit is contained in:
MrZ626
2021-05-05 16:20:26 +08:00
parent 65a4bd3665
commit fa745cca61
5 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ function back.update()
end
end
function back.draw()
gc.clear(.15,.15,.15)
gc.clear(.1,.1,.1)
if not stars[1]then return end
gc.translate(-10,-10)
gc.setColor(.8,.8,.8)