File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package funkin .objects ;
22
3+ import flixel .FlxCamera ;
34import flixel .group .FlxSpriteGroup .FlxTypedSpriteGroup ;
5+ import flixel .math .FlxPoint ;
46import flixel .util .FlxSignal .FlxTypedSignal ;
57import flxanimate .FlxAnimate ;
68import funkin .structures .ObjectStructure ;
@@ -157,10 +159,10 @@ class FunkinSprite extends FlxSprite
157159 atlas .colorTransform = colorTransform ;
158160 }
159161
160- // crusher, dont you FUCKING dare import these.
161- override public function getScreenPosition (? result : flixel.math. FlxPoint , ? camera : flixel. FlxCamera ): flixel.math. FlxPoint
162+ // crusher, do you FUCKING dare import these.
163+ override public function getScreenPosition (? result : FlxPoint , ? camera : FlxCamera ): FlxPoint
162164 {
163- var point : flixel.math. FlxPoint = super .getScreenPosition (result , camera );
165+ var point : FlxPoint = super .getScreenPosition (result , camera );
164166
165167 if (spritesAreAngy )
166168 point .add (FlxG .random .float (- 2 , 2 ), FlxG .random .float (- 2 , 2 ));
You can’t perform that action at this time.
0 commit comments