1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-23 05:37:38 +00:00

Merge pull request #3282 from TechnikTil/playsound-typo

[DOCUMENTATION] playSound Typo in NoteScriptEvent
This commit is contained in:
Eric 2024-09-21 05:45:35 -04:00 committed by GitHub
commit 3ef238a2f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,7 +103,7 @@ class NoteScriptEvent extends ScriptEvent
public var comboCount(default, null):Int;
/**
* Whether to play the record scratch sound (if this eventn type is `NOTE_MISS`).
* Whether to play the record scratch sound (if this event type is `NOTE_MISS`).
*/
public var playSound(default, default):Bool;