-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
status: resolvedIssue has been fixed or suggestion has been implemented in a public release.Issue has been fixed or suggestion has been implemented in a public release.topic: modsRelated to the creation or use of mods.Related to the creation or use of mods.type: minor bugInvolves a minor bug or issue.Involves a minor bug or issue.
Milestone
Description
Issue Checklist
- I have read the Contributing Guide
- I have checked the Issues/Discussions pages to see if my issue has already been reported
- I have properly titled my issue
Platform
Itch.io (Downloadable Build) - Windows
Version
0.6.4
Description (include any images, videos, errors, or crash logs)
When using something like this in a script:
override function onNoteHoldDrop(event:HoldNoteScriptEvent) {
event.playSound = false;
}
It doesn't seem to stop the miss sound from playing when dropping the hold note... Tho it should
Steps to Reproduce
- Try to make a Module with that event to mute miss sounds on hold note drop
- You can still hear the miss sound
Metadata
Metadata
Assignees
Labels
status: resolvedIssue has been fixed or suggestion has been implemented in a public release.Issue has been fixed or suggestion has been implemented in a public release.topic: modsRelated to the creation or use of mods.Related to the creation or use of mods.type: minor bugInvolves a minor bug or issue.Involves a minor bug or issue.