Skip to content

Commit

Permalink
Updated SFX for Slider Tap Notes (#28)
Browse files Browse the repository at this point in the history
* NormalSlideStartNote always plays normalPerfect

* NormalSlideEndNote always plays normalPerfect

* CriticalSlideStartNote plays normalPerfect

* CriticalSlideEndNote plays normalPerfect

* NormalSlideEndNote always plays normalPerfect

* CriticalSlideEndNote plays normalPerfect

* CriticalSlideStartNote plays normalPerfect

* NormalSlideStartNote always plays normalPerfect

* Update NormalSlideEndNote.mts

* Update NormalSlideStartNote.mts

* Update NormalSlideEndNote.mts

* Update NormalSlideStartNote.mts
  • Loading branch information
ielelow2 authored Jul 2, 2024
1 parent 22933c5 commit 76574f9
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export class CriticalSlideEndNote extends SlideEndNote {
}

clips = {
perfect: effect.clips.criticalTap,
fallback: effect.clips.normalPerfect,
perfect: effect.clips.normalPerfect,
}

effects = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export class NormalSlideEndNote extends SlideEndNote {

clips = {
perfect: effect.clips.normalPerfect,
great: effect.clips.normalGreat,
good: effect.clips.normalGood,
}

effects = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export class CriticalSlideStartNote extends SlideStartNote {
}

clips = {
perfect: effect.clips.criticalTap,
fallback: effect.clips.normalPerfect,
perfect: effect.clips.normalPerfect,
}

effects = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export class NormalSlideStartNote extends SlideStartNote {

clips = {
perfect: effect.clips.normalPerfect,
great: effect.clips.normalGreat,
good: effect.clips.normalGood,
}

effects = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export class CriticalSlideEndNote extends FlatNote {
}

clips = {
perfect: effect.clips.criticalTap,
fallback: effect.clips.normalPerfect,
perfect: effect.clips.normalPerfect,
}

effects = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export class NormalSlideEndNote extends FlatNote {

clips = {
perfect: effect.clips.normalPerfect,
great: effect.clips.normalGreat,
good: effect.clips.normalGood,
}

effects = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export class CriticalSlideStartNote extends SlideStartNote {
}

clips = {
perfect: effect.clips.criticalTap,
fallback: effect.clips.normalPerfect,
perfect: effect.clips.normalPerfect,
}

effects = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export class NormalSlideStartNote extends SlideStartNote {

clips = {
perfect: effect.clips.normalPerfect,
great: effect.clips.normalGreat,
good: effect.clips.normalGood,
}

effects = {
Expand Down

0 comments on commit 76574f9

Please sign in to comment.