amethyst / evoli

An ecosystem-simulation game made with Amethyst
https://community.amethyst.rs/t/evoli-introduction/770
Other
217 stars 33 forks source link

Add pause button #38

Closed sunreef closed 5 years ago

sunreef commented 5 years ago

Added a pause button in lower-right corner of the screen.

The pause function is implemented by setting the time_scale at 0 instead of switching states.

I'm planning to extend it with Accelerate and Slow Down buttons soon.

Addressing Issue #29