05-06-2025, 09:38 AM
(This post was last modified: 05-06-2025, 10:20 AM by PlayersPurity.
Edit Reason: Added detail
)
I noticed it never goes away whenever you use the pause menu and the falling effect appears and it even appears before the rest of the HUD does. I think this is because it isn't tied to the animation that brings out and hides the rest of the HUD? I think this might be because it is missing a "race_null" pane which exists as the first pane after RootPane, before any other with brlyts like the lap count, timer and itembox frame and roulette.
Update: I managed to fix the issue with the falling effect, just had to set the Z transformation to negative in the brctr. I also tried adding the "race_null" pane before the "N_null" and after RootPane, but sadly that didn't do anything (I think the code needs to be modified or something?)
Update: I managed to fix the issue with the falling effect, just had to set the Z transformation to negative in the brctr. I also tried adding the "race_null" pane before the "N_null" and after RootPane, but sadly that didn't do anything (I think the code needs to be modified or something?)