oops forgot the gf scroll factor
This commit is contained in:
parent
3673011f85
commit
7eac3fdca7
@ -76,7 +76,7 @@ class GameplayCustomizeState extends MusicBeatState
|
|||||||
bf = new Boyfriend(770, 450, 'bf');
|
bf = new Boyfriend(770, 450, 'bf');
|
||||||
|
|
||||||
gf = new Character(400, 130, 'gf');
|
gf = new Character(400, 130, 'gf');
|
||||||
|
gf.scrollFactor.set(0.95, 0.95);
|
||||||
|
|
||||||
var camPos:FlxPoint = new FlxPoint(dad.getGraphicMidpoint().x + 400, dad.getGraphicMidpoint().y);
|
var camPos:FlxPoint = new FlxPoint(dad.getGraphicMidpoint().x + 400, dad.getGraphicMidpoint().y);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user