INDENTS :((((
This commit is contained in:
parent
1931d7e757
commit
0ab1ba2e53
@ -66,9 +66,9 @@ function update (elapsed)
|
|||||||
_G['strum'..i..'Y'] = _G['defaultStrum'..i..'Y'] + 32 * math.cos((currentBeat + i*0.25) * math.pi)
|
_G['strum'..i..'Y'] = _G['defaultStrum'..i..'Y'] + 32 * math.cos((currentBeat + i*0.25) * math.pi)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
_G['strum'..i..'X'] = _G['defaultStrum'..i..'X']
|
_G['strum'..i..'X'] = _G['defaultStrum'..i..'X']
|
||||||
_G['strum'..i..'Y'] = _G['defaultStrum'..i..'Y']
|
_G['strum'..i..'Y'] = _G['defaultStrum'..i..'Y']
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user