OpenFodder / openfodder

Open Fodder: An open source port of Cannon Fodder
http://openfodder.com
GNU General Public License v3.0
459 stars 42 forks source link

Add a way to get back to boot hill #88

Closed tremby closed 7 months ago

tremby commented 7 months ago

Is your feature request related to a problem? Please describe. The only way I can find to get back to boot hill (for example to load game) from a mission title screen or the game is to quit the whole application and then start it again.

Describe the solution you'd like I'd like to be able to press some key to go back to boot hill. Or if that's not possible for whatever reason, to go directly to the load game screen.

Describe alternatives you've considered Escape, but this just restarts the level. Quitting the whole app and restarting it does the job.

Additional context

segrax commented 7 months ago

Hi @tremby,

If you push escape on the mission title screen, it will return you to the boothill screen. Likewise, hitting escape on the boothill screen, will return you to the campaign selection screen

tremby commented 7 months ago

So it does. I thought I'd tried that. Thanks.