Skip to content

Commit

Permalink
change note spam multiplier limit to 999999
Browse files Browse the repository at this point in the history
because TTA decided to ask me for that.
  • Loading branch information
JordanSantiagoYT committed Jul 29, 2024
1 parent 7996bd4 commit 9844674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/editors/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ class ChartingState extends MusicBeatState
halfSpamNum.color = FlxColor.RED;
halfSpamNum.label.color = FlxColor.WHITE;

stepperStackOffset = new FlxUINumericStepper(10, 80, 1, 1, 0, 8192, 4);
stepperStackOffset = new FlxUINumericStepper(10, 80, 1, 1, 0, 999999, 4);
stepperStackOffset.name = 'stack_offset';
blockPressWhileTypingOnStepper.push(stepperStackOffset);

Expand Down

1 comment on commit 9844674

@NAEL2XD
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i asked tta that bpm changes existed

Please sign in to comment.