File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,11 +122,11 @@ class StrumlineData
122122 {
123123 var input : InputHit = notesPressed .shift ();
124124
125- if (strumline .isCurrentSustain (input .direction ))
126- {
127- strumline .getStrumNoteForDirection (input .direction ).playAnimation (' confirm-hold' );
128- continue ;
129- }
125+ /* if (strumline.isCurrentSustain(input.direction))
126+ {
127+ strumline.getStrumNoteForDirection(input.direction).playAnimation('confirm-hold');
128+ continue;
129+ }*/
130130
131131 var possibleNotes : Array <NoteSprite > = strumline .notes .members .filter (function (note : NoteSprite )
132132 {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class MenuState extends FunkinState
1717 {
1818 id : ' storymode' ,
1919 name : ' Story Mode' ,
20- classToSwitch : StoryState .new
20+ classToSwitch : StoryModeState .new
2121 },
2222 {
2323 id : ' freeplay' ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package funkin.states.ui;
33import funkin .objects .ui .WeekItem ;
44import funkin .util .Week ;
55
6- class StoryState extends FunkinState
6+ class StoryModeState extends FunkinState
77{
88 /**
99 * The weeks that the game has successfully loaded.
You can’t perform that action at this time.
0 commit comments