This commit is contained in:
Kade M
2021-06-05 11:49:17 -07:00
9 changed files with 18 additions and 33 deletions

View File

@ -58,6 +58,8 @@ class GameplayCustomizeState extends MusicBeatState
var camFollow = new FlxObject(0, 0, 1, 1);
dad = new Character(100, 100, 'dad');
bf = new Boyfriend(770, 450, 'bf');
bf = new Boyfriend(770, 450, 'bf');
var camPos:FlxPoint = new FlxPoint(dad.getGraphicMidpoint().x + 400, dad.getGraphicMidpoint().y);