Skip to content

Commit 42b08a6

Browse files
authored
Update StrumNote.hx
1 parent e570351 commit 42b08a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/objects/StrumNote.hx

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,19 @@ class StrumNote extends FlxSprite
8585
case 0:
8686
animation.add('static', [0]);
8787
animation.add('pressed', [4, 8], 12, false);
88-
animation.add('confirm', [12, 16], 24, false);
88+
animation.add('confirm', [12, 16], 12, false);
8989
case 1:
9090
animation.add('static', [1]);
9191
animation.add('pressed', [5, 9], 12, false);
92-
animation.add('confirm', [13, 17], 24, false);
92+
animation.add('confirm', [13, 17], 12, false);
9393
case 2:
9494
animation.add('static', [2]);
9595
animation.add('pressed', [6, 10], 12, false);
9696
animation.add('confirm', [14, 18], 12, false);
9797
case 3:
9898
animation.add('static', [3]);
9999
animation.add('pressed', [7, 11], 12, false);
100-
animation.add('confirm', [15, 19], 24, false);
100+
animation.add('confirm', [15, 19], 12, false);
101101
}
102102
}
103103
else

0 commit comments

Comments
 (0)