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

Enhancement: Exit Game Button on Title Screen #2699

Closed
JamJarIsDumb opened this issue Jun 8, 2024 · 6 comments
Closed

Enhancement: Exit Game Button on Title Screen #2699

JamJarIsDumb opened this issue Jun 8, 2024 · 6 comments
Assignees
Labels
status: resolved The issue has been fixed or the suggestion has been implemented. type: enhancement Involves an enhancement or new feature.
Milestone

Comments

@JamJarIsDumb
Copy link

Please check for duplicates or similar issues before creating this issue.

What is your suggestion, and why should it be implemented?

Currently the only way to close the game is by closing the window itself, but in fullscreen this means having to go to windowed mode first.

This is of course a really minor inconvenience but it would make sense to have some kind of "Are you sure you want to exit?" kinda thing pop up when you press back on the title screen or something which then closes the game if selecting yes. Almost every game has this so I think it would make a lot of sense to have it as a simple quality of life feature.

@JamJarIsDumb JamJarIsDumb added the type: enhancement Involves an enhancement or new feature. label Jun 8, 2024
Copy link
Member

def something that's been in my brain, will add this to our task queue 🙂 thanks!

@Hundrec Hundrec added the status: accepted PR was approved for contribution. If it's not already merged, it may be merged on a private branch. label Jan 22, 2025
@Hundrec Hundrec added status: resolved The issue has been fixed or the suggestion has been implemented. and removed status: accepted PR was approved for contribution. If it's not already merged, it may be merged on a private branch. labels Jan 23, 2025
@Hundrec
Copy link
Collaborator

Hundrec commented Jan 23, 2025

Do we actually have this feature?
Until we get an update on this, I'm keeping this open.

@Hundrec Hundrec reopened this Jan 23, 2025
@Hundrec Hundrec added status: planned Planned to be implemented some time in the future. and removed status: resolved The issue has been fixed or the suggestion has been implemented. labels Jan 23, 2025
@AbnormalPoof
Copy link
Collaborator

AbnormalPoof commented Jan 23, 2025

#if desktop
if (FlxG.keys.justPressed.ESCAPE)
{
  openfl.Lib.application.window.close();
}

It appears to be somewhat implemented.

@Hundrec
Copy link
Collaborator

Hundrec commented Jan 23, 2025

Hold on, I might be getting this issue confused with one asking for a clickable exit game button

@Hundrec Hundrec added status: resolved The issue has been fixed or the suggestion has been implemented. and removed status: planned Planned to be implemented some time in the future. labels Jan 23, 2025
@Hundrec
Copy link
Collaborator

Hundrec commented Jan 23, 2025

All good! I was thinking of #2807

@EliteMasterEric
Copy link
Member

Also, I'm gonna try to change this so it uses the bound BACK key rather than hardcoding to ESC

@Hundrec Hundrec added this to the 0.4.1 milestone Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: resolved The issue has been fixed or the suggestion has been implemented. type: enhancement Involves an enhancement or new feature.
Projects
None yet
Development

No branches or pull requests

5 participants