Skip to content

Commit

Permalink
Update ChartingState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Jun 29, 2024
1 parent 6052081 commit 94bdf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/game/editors/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ class ChartingState extends MusicBeatState
tab_group_song.add(new FlxText(stageDropDown.x, stageDropDown.y - 15, 0, 'Stage:'));
tab_group_song.add(new FlxText(noteSkinInputText.x, noteSkinInputText.y - 15, 0, 'Note Texture:'));
tab_group_song.add(new FlxText(noteSplashesInputText.x, noteSplashesInputText.y - 15, 0, 'Note Splashes Texture:'));
tab_group_song.add(new FlxText(songColorInputText.x, songColorInputText.y - 15, 0, 'Song Color(FlxColor):'));
tab_group_song.add(new FlxText(songColorInputText.x, songColorInputText.y - 15, 0, 'Song Color(Hex):'));
tab_group_song.add(player2DropDown);
tab_group_song.add(gfVersionDropDown);
tab_group_song.add(player1DropDown);
Expand Down

0 comments on commit 94bdf47

Please sign in to comment.