File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,6 @@ class FreeplayState extends MusicBeatState
158158
159159 var icon : HealthIcon = new HealthIcon (songs [i ].icon );
160160 icon .sprTracker = songText ;
161- icon .setUnstretchedGraphicSize (150 , 150 , true );
162- icon .updateHitbox ();
163161
164162 // using a FlxGroup is too much fuss!
165163 iconArray .push (icon );
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ class IconOption extends TextOption {
1616
1717 iconSpr = new HealthIcon (icon , false );
1818 iconSpr .setPosition (90 - iconSpr .width , (__text .height - iconSpr .height ) / 2 );
19- iconSpr .setUnstretchedGraphicSize (150 , 150 , true );
20- iconSpr .updateHitbox ();
2119 iconSpr .sprTracker = __text ;
2220 iconSpr .sprTrackerAlignment = LEFT ;
2321 add (iconSpr );
You can’t perform that action at this time.
0 commit comments