Skip to content

Commit 8fc32c9

Browse files
committed
FPS Y offset for the strumline
1 parent a137c97 commit 8fc32c9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

preload/data/notestyles/funkin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"rightStatic": { "prefix": "staticRight0" },
3535
"rightPress": { "prefix": "pressRight0" },
3636
"rightConfirm": { "prefix": "confirmRight0" },
37-
"rightConfirmHold": { "prefix": "confirmRight0" }
37+
"rightConfirmHold": { "prefix": "confirmRight0" },
38+
"FPSYOffset": 10.0
3839
}
3940
},
4041
"holdNote": {

preload/data/notestyles/pixel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"rightStatic": { "prefix": "staticRight0" },
3737
"rightPress": { "prefix": "pressedRight0" },
3838
"rightConfirm": { "prefix": "confirmRight0" },
39-
"rightConfirmHold": { "prefix": "confirmRight0" }
39+
"rightConfirmHold": { "prefix": "confirmRight0" },
40+
"FPSYOffset": 5.0
4041
}
4142
},
4243
"holdNote": {

0 commit comments

Comments
 (0)