Resolve change requests part 2

This commit is contained in:
SweetSea-ButImNotSweet
2024-01-08 13:37:00 +07:00
parent 536174220d
commit 888f2f6074
7 changed files with 68 additions and 64 deletions

View File

@@ -108,9 +108,9 @@ function scene.draw()
GC.rotate(t)
local rad,side=45,5
if GAME.modApplyAt=='always' then
if M.funcRepe then side=nil
elseif M.funcOnce then side=8
else side=5 end
if M.funcRepeat then side=nil
elseif M.funcOnce then side=8
else side=5 end
end
local color=M.color
GC.setColor(color[1],color[2],color[3],5*t)