Skip to content

Conversation

@Luzagar
Copy link
Contributor

@Luzagar Luzagar commented Oct 31, 2024

First attempt at adding 'Endless Night' to the title screen. Need help to see if it's possible to add thunder effects to the title screen and maybe a darker color palette?

Comment on lines 205 to 207
if (scene == PROC_OPENING_SCENE ) {
g_PreLoopListener->addListener(GZ_endlessNightOnTitle);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idk if this is a very good place for this. it'd probably be better hooked onto something like dComIfG_resetToOpening or dComIfG_changeOpeningScene.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't see a better way to handle this because if a save is loaded in title screen i don't see how remove the listner

Comment on lines 218 to 220
if (scene == PROC_OPENING_SCENE) {
g_PreLoopListener->removeListener(GZ_endlessNightOnTitle);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same with this, should probably be hooked somewhere else that's more relevant to the title screen and not just general gameplay state

@Luzagar Luzagar changed the base branch from main to 1.2.0-dev January 26, 2025 16:36
@Luzagar Luzagar closed this Jun 30, 2025
@Luzagar Luzagar deleted the endless-night branch June 30, 2025 23:39
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

Successfully merging this pull request may close these issues.

2 participants