mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-03 18:59:42 -04:00
quick fixin
This commit is contained in:
parent
f6d9d29181
commit
128afcaad1
1 changed files with 2 additions and 2 deletions
|
@ -454,8 +454,8 @@ class Stage extends FlxSpriteGroup implements IPlayStateScriptedClass implements
|
|||
character.cameraFocusPoint.x += stageCharData.cameraOffsets[0];
|
||||
character.cameraFocusPoint.y += stageCharData.cameraOffsets[1];
|
||||
|
||||
character.scrollFactor.x += stageCharData.scroll[0];
|
||||
character.scrollFactor.y += stageCharData.scroll[1];
|
||||
character.scrollFactor.x = stageCharData.scroll[0];
|
||||
character.scrollFactor.y = stageCharData.scroll[1];
|
||||
|
||||
character.alpha = stageCharData.alpha;
|
||||
character.angle = stageCharData.angle;
|
||||
|
|
Loading…
Add table
Reference in a new issue