Changed bop to 0.02

This commit is contained in:
entar 2025-06-09 22:47:33 +07:00
parent ac9a696563
commit 8a9c9b5289
2 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -349,7 +349,7 @@ local function state(songName, songDifficulty)
end
end
if beat % 4 == 0 then
zoom = zoom + .1
zoom = zoom + .02
end
else
for name, character in next, characters do