How do I change the size of a strumline? #135
Answered
by
NeeEoo
Mooshie318
asked this question in
Q&A
-
I can't fit 3 strumlines on the screen without it overlapping, so I need to change the size of the strumlines so they all fit on screen without any overlapping. How would I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
NeeEoo
Jun 13, 2023
Replies: 1 comment
-
You could do like defaultHudZoom = 0.85;
camHUD.zoom = 0.85; Though this makes the rest of the hud also zoomed out. But if you properly want to, you have to onPostNoteGeneration iirc check note.hx |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mooshie318
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could do like
Though this makes the rest of the hud also zoomed out.
But if you properly want to, you have to onPostNoteGeneration iirc check note.hx