This repository was 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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
NOTE THIS IS NOT MY CODE PLEASE CREDIT @brightfyregit FOR THIS
~ Curently PlayState.hx ~
under
function poggersadd 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
All reactions