You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varnewcamera=newFlxCamera(0, 0, FlxG.width, FlxG.height);
newcamera.bgColor=FlxColor.TRANSPARENT;
FlxG.cameras.add(newcamera, false);
vargoofy=newFunkinText(/* put your shit here */);
goofy.cameras= [newcamera];
varnewcamera=newFlxCamera(0, 0, FlxG.width, FlxG.height);
newcamera.bgColor=FlxColor.TRANSPARENT;
FlxG.cameras.add(newcamera, false);
vargoofy=newFunkinText(/* put your shit here */);
goofy.cameras= [newcamera];
here's a simple new camera setup hope this helps
the problem is having to make a whole new camera in the first place
varnewcamera=newFlxCamera(0, 0, FlxG.width, FlxG.height);
newcamera.bgColor=FlxColor.TRANSPARENT;
FlxG.cameras.add(newcamera, false);
vargoofy=newFunkinText(/* put your shit here */);
goofy.cameras= [newcamera];
here's a simple new camera setup hope this helps
I already do this. If you read my original message, the point is that I do not want to make a whole new camera.
please i dont want to add a whole new camera for stuff i dont want to bop but put on camhud
The text was updated successfully, but these errors were encountered: