This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
How to add camera movement to 1.7 #2908
RealDealJinx
started this conversation in
Show and tell
Replies: 1 comment
-
i only found this only works for 1.7 i will try and see for 1.8 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NOTE THIS IS NOT MY CODE PLEASE CREDIT @brightfyregit FOR THIS
~ Curently PlayState.hx ~
under
function poggers
add this codethen find this line
put this under it ``` camMovement = FlxTween.tween(this, {}, 0); ````
under
dad.holdTimer = 0;
put
under
boyfriend.playAnim('sing' + dataSuffix[direction] + 'miss', true);
put
under
boyfriend.playAnim('sing' + dataSuffix[note.noteData] + altAnim, true);
put
Beta Was this translation helpful? Give feedback.
All reactions