1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-08-31 02:45:13 +00:00
Funkin/source/funkin/util/plugins
2025-08-28 22:48:53 -05:00
..
EvacuateDebugPlugin.hx chore: Add null safety to various utility and plugin classes 2025-06-23 14:13:35 -04:00
ForceCrashPlugin.hx input util functions for less verbose key combos 2025-08-14 14:34:55 -04:00
MemoryGCPlugin.hx chore: Add null safety to various utility and plugin classes 2025-06-23 14:13:35 -04:00
NewgroundsMedalPlugin.hx combine FlxAtlasSprite and FunkinSprite 2025-08-28 22:48:53 -05:00
README.md Work in progress on context menus and song event editing. 2024-01-03 19:53:17 -05:00
ReloadAssetsDebugPlugin.hx Relocate the external folder outside of mobile package. 2025-08-03 12:48:54 +07:00
ScreenshotPlugin.hx Remove JPEG (#1065) 2025-05-30 19:46:34 -07:00
TouchPointerPlugin.hx include the camera parameter in the comment 2025-08-01 19:48:39 +07:00
VolumePlugin.hx chore: Add null safety to various utility and plugin classes 2025-06-23 14:13:35 -04:00
WatchPlugin.hx Fixed issues with audio in Week 6 after skipping the cutscene. 2024-02-28 03:01:20 -05:00

funkin.util.plugins

Flixel plugins are objects with update() functions that are called from every state.

See: https://github.com/HaxeFlixel/flixel/blob/dev/flixel/system/frontEnds/PluginFrontEnd.hx