Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvl hide transition doesn't work in some cases #5443

Open
Elckarow opened this issue Mar 30, 2024 · 0 comments
Open

nvl hide transition doesn't work in some cases #5443

Elckarow opened this issue Mar 30, 2024 · 0 comments

Comments

@Elckarow
Copy link
Contributor

following #5426 and is what i believe #5362 was trying to fix

define config.adv_nvl_transition = dissolve
define config.nvl_adv_transition = dissolve

say you have this

some_adv_character "talking"

show bg 1

some_nvl_character "talking"

it works as expected. the adv textbox fades out while bg 1 and the nvl textbox fade in

but if you do the opposite

some_nvl_character "talking"

show bg 1

some_adv_character "talking"

bg 1 appears instantly

@Elckarow Elckarow changed the title nvl hide transition is broken nvl hide transition doesn't work in some cases Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant