Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
MIT License
12 stars 5 forks source link

Implement escape menu #181

Closed snipercup closed 4 months ago

snipercup commented 4 months ago

Fixes #167

When the player presses escape, a menu will show with the option to resume or exit

I am reloading in this image, you can see the progressbar is paused. image

We talked about pausing in the discord so I have no issue with removing that down the line. Obviously it wouldn't work in multiplayer. Also the save mechancis are closely dependent on the chunk unloading. We need some work to de-couple them.