How do I make the level clear without the HUD sequence? #334
Answered
by
ImmaStikboi
ImmaStikboi
asked this question in
Q&A
-
|
I want to use the usual HUD sequence later but for now, I want to end the level with a simple fade to black after the animation. |
Beta Was this translation helpful? Give feedback.
Answered by
ImmaStikboi
Jan 15, 2026
Replies: 1 comment 7 replies
-
|
You know, we haven't really made that functionality yet, but you're right, that's something we should probably come up with a solution for. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I got it to work now.
I copied the code straight from the HUD script. In my version it reads like this:
Global.main.change_scene_to_file(Global.nextZone,"FadeOut","FadeOut",1)