降低所有背景的亮度,优化部分背景性能

This commit is contained in:
MrZ626
2021-05-26 22:14:57 +08:00
parent 34886ca643
commit b07f97097f
33 changed files with 123 additions and 123 deletions

View File

@@ -3,14 +3,14 @@ local gc=love.graphics
local rnd=math.random
local back={}
local wingColor={
{0., .9, .9,.626},
{.3, 1., .3,.626},
{.9, .9, 0.,.626},
{1., .5, 0.,.626},
{1., .3, .3,.626},
{.5, 0., 1.,.626},
{.3, .3, 1.,.626},
{0., .9, .9,.626},
{0., .9, .9,.26},
{.3, 1., .3,.26},
{.9, .9, 0.,.26},
{1., .5, 0.,.26},
{1., .3, .3,.26},
{.5, 0., 1.,.26},
{.3, .3, 1.,.26},
{0., .9, .9,.26},
}
local bar,crystal
local W,H