1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-20 17:18:55 +00:00
Funkin/source/funkin/ui/debug
Mike Welsh a516e9199f Remove DynamicTools; fix pause menu on HTML5
Calls intended for `ArrayTools.clone` were being routed to
`DynamicTools.clone` due to the order of `using` statements in
`imports.hx`. This caused the pause menu to break due to arrays
becoming fubar (missing length property).

Using `DynamicTools` is a little dangerous, so remove it in favor
of calling `Reflect.copy` directly.
2024-03-05 23:21:57 -08:00
..
anim anim editor dropdown fix 2024-02-20 00:29:11 -05:00
charting Remove DynamicTools; fix pause menu on HTML5 2024-03-05 23:21:57 -08:00
dialogue Fixed issues with audio in Week 6 after skipping the cutscene. 2024-02-28 03:01:20 -05:00
latency Fixes to animation looping and holds 2024-03-02 22:46:13 -05:00
stage Rewrite Stage data handling to use the Registry pattern, and add support for solid colors. 2024-01-16 17:08:25 -05:00
DebugMenuSubState.hx click preview to open screenshots folder (and moved openFolder to FileUtil 2024-02-16 05:24:43 -05:00
MemoryCounter.hx Add additional memory utilities and logging. 2024-02-22 00:06:02 -05:00
WaveformTestState.hx Feature changes to Offsets window 2024-01-30 21:50:25 -05:00