mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-20 06:01:42 +00:00
quick fixin
This commit is contained in:
parent
f6d9d29181
commit
128afcaad1
|
@ -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…
Reference in a new issue