-
I tried to trace when the OptionsState is being opened and found nothing... if (Std.isOfType(event.targetState, OptionsState)) {
trace("[BadHUD] Opened OptionsState");
}
if (event.targetState == OptionsMenu) {
trace("[BadHUD] Opened OptionsState");
} In these events: Funkin/source/funkin/modding/module/Module.hx Line 108 in bd3acc3 Funkin/source/funkin/modding/module/Module.hx Line 112 in bd3acc3 but it doesnt seem to work... If anyone can help would appreciate |
Beta Was this translation helpful? Give feedback.
Answered by
Starexify
Mar 1, 2025
Replies: 1 comment
-
It seems it works if I do it in: Funkin/source/funkin/modding/module/Module.hx Line 110 in bd3acc3 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Starexify
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems it works if I do it in:
Funkin/source/funkin/modding/module/Module.hx
Line 110 in bd3acc3