mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-26 17:46:08 -05:00
this doesn't need to be here
This commit is contained in:
parent
12b5d6d086
commit
7d2713a731
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue