Update How to add charts?

entar 2025-06-10 12:14:39 +07:00
parent 0d6fff5880
commit 3e53158a15

@ -18,5 +18,7 @@ with
Then you need to go to modules/types/note.lua
Go to line 18 and replace
- `mustPress = mustHitSection and raw[2] <= 3 or not mustHitSection and raw[2] > 3,`
With
with
- `mustPress = raw[2] > 3,`