Skip to content

Commit 188d922

Browse files
committed
moved Ratings behind Combos like in 0.7.4
1 parent 4e700d4 commit 188d922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/funkin/play/components/PopUpStuff.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ class PopUpStuff extends FlxSpriteGroup
5353
ratingGroup.scrollFactor.set(0.2, 0.2);
5454
numberGroup = new FlxTypedSpriteGroup<Null<FunkinSprite>>(FlxG.width * 0.033, FlxG.camera.height * 0.01);
5555

56-
add(numberGroup);
5756
add(ratingGroup);
57+
add(numberGroup);
5858
}
5959

6060
/*

0 commit comments

Comments
 (0)