所有皮肤颜色细节大改,新增配色

This commit is contained in:
MrZ626
2020-12-14 18:22:06 +08:00
parent 1d9a9a7000
commit 1843fd3562
13 changed files with 114 additions and 84 deletions

View File

@@ -60,8 +60,8 @@ end
function color.rainbow(phase)
return
sin(phase)*.4+.6,
sin(phase+6.28/3)*.4+.6,
sin(phase-6.28/3)*.4+.6
sin(phase+2.0944)*.4+.6,
sin(phase-2.0944)*.4+.6
end
return color