ppb / pursuedpybear

A python game engine.
https://ppb.dev/
Artistic License 2.0
258 stars 98 forks source link

Pause System #140

Open pathunstrom opened 5 years ago

pathunstrom commented 5 years ago

We'd like to make screenshots easier, so some way to pause a game in action is needed.

AstraLuma commented 5 years ago

With #143, this could just be a fully transparent scene overtop.

AstraLuma commented 2 months ago

I'm going to close this, as we don't need a pause System, we need a pause scene and maybe a pause recipe.

AstraLuma commented 2 months ago

@pathunstrom pointed out that some pauses include things like scrolling the playfield. Which a simple pause scene can't do.

Which probably means that such a game needs a Pausable Updater system.