INDENTS :((((

This commit is contained in:
Kade M 2021-04-13 23:41:40 -07:00 committed by GitHub
parent 1931d7e757
commit 0ab1ba2e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,9 +66,9 @@ function update (elapsed)
_G['strum'..i..'Y'] = _G['defaultStrum'..i..'Y'] + 32 * math.cos((currentBeat + i*0.25) * math.pi)
end
else
_G['strum'..i..'X'] = _G['defaultStrum'..i..'X']
_G['strum'..i..'Y'] = _G['defaultStrum'..i..'Y']
end
_G['strum'..i..'X'] = _G['defaultStrum'..i..'X']
_G['strum'..i..'Y'] = _G['defaultStrum'..i..'Y']
end
end
```