this doesn't need to be here

This commit is contained in:
Cameron Taylor 2024-04-25 01:55:51 -04:00
parent 12b5d6d086
commit 7d2713a731

View file

@ -164,8 +164,6 @@ class ResultState extends MusicBeatSubState
songName.angle = -4.4;
add(songName);
songName.x = FlxG.width;
var angleRad = songName.angle * Math.PI / 180;
speedOfTween.x = -1.0 * Math.cos(angleRad);
speedOfTween.y = -1.0 * Math.sin(angleRad);