Skip to content

[BUGFIX] Pause Dialogue Conversation outro onPause #7359

Open
ahmed7p wants to merge 2 commits intoFunkinCrew:developfrom
ahmed7p:develop
Open

[BUGFIX] Pause Dialogue Conversation outro onPause #7359
ahmed7p wants to merge 2 commits intoFunkinCrew:developfrom
ahmed7p:develop

Conversation

@ahmed7p
Copy link
Copy Markdown

@ahmed7p ahmed7p commented Apr 10, 2026

Description

This PR fixes a bug where the Dialogue Conversation Outro would continue playing even when the game was paused. The code now ensures that the outro audio and animations properly pause and resume along with the rest of the game state.

Changelog

Created pause() and resume() functions in Conversation.hx to handle both audio and outroTween states.
Updated PlayState.hx to trigger these new functions instead of only pausing the music

Screenshots/Videos

Before

11.04.2026_01.08.02_REC.mp4

After

11.04.2026_01.03.12_REC.mp4

@github-actions github-actions bot added pr: haxe PR modifies game code. status: pending triage Awaiting review. size: medium A medium pull request with 100 or fewer changes. labels Apr 10, 2026
@AbnormalPoof AbnormalPoof added the type: minor bug Involves a minor bug or issue. label Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: haxe PR modifies game code. size: medium A medium pull request with 100 or fewer changes. status: pending triage Awaiting review. type: minor bug Involves a minor bug or issue.

Development

Successfully merging this pull request may close these issues.

2 participants