1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-27 07:17:20 +00:00
Funkin/source/funkin/play
nebulazorua 2eaea3cdc5 Apply judgements through a seperate function to applyScore
Also adds more to the HitNoteScriptEvent, such as the noteDiff and also isComboBreak.
noteDiff is important as it lets you create stuff like notes with reduced hitboxes (i.e mines/"hurt notes") or millisecond hit displays. isComboBreak lets you set whether the judge combo broke, so you could in theory create custom judgements in scripts now with these changes (killer reimplementation in scripts? more likely than you'd think!)
2024-05-08 20:26:17 +08:00
..
character Fixes to Pico Blazin' animations. 2024-04-06 21:42:31 -04:00
components Fix an issue with animated health icons from mods. 2024-05-02 04:09:38 -04:00
cutscene Mid-song cutscenes should just do nothing after they are finished, 2024-05-02 03:39:18 -04:00
event fixed classic camera reset 2024-04-29 02:22:33 +01:00
notes Revert "Moved scroll speed to an instance variable" 2024-05-02 23:06:01 -04:00
scoring Add debug logging to Flixel debugger for miss judgements 2024-03-27 01:25:38 -04:00
song Fix a critical issue causing instrumental variations to not load on web. 2024-04-23 18:32:07 -04:00
stage Merge remote-tracking branch 'origin/rewrite/master' into bugfix/buncha-2hot-fixes 2024-03-27 01:40:22 -04:00
Countdown.hx Rework every class to use FunkinSound. 2024-03-23 17:50:48 -04:00
GameOverSubState.hx Merge branch 'rewrite/master' into bugfix/buncha-2hot-fixes 2024-04-01 22:40:10 -04:00
GitarooPause.hx Rework every class to use FunkinSound. 2024-03-23 17:50:48 -04:00
PauseSubState.hx Merge branch 'rewrite/master' into input-offsets 2024-04-04 18:45:16 -04:00
PlayState.hx Apply judgements through a seperate function to applyScore 2024-05-08 20:26:17 +08:00
PlayStatePlaylist.hx Fix a dozen tiny issues with 2hot's audio and visuals (and some script crashes!). 2024-03-16 00:55:57 -04:00
ResultScore.hx Better scoring numbers and improved anims. 2024-04-03 06:24:20 -04:00
ResultState.hx Better (but not perfect) results screen text alignment 2024-04-30 13:34:34 -04:00