amethyst / evoli

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

Improved time control UI #40

Closed sunreef closed 5 years ago

sunreef commented 5 years ago

The pause button now sends an input action called TogglePause, just like the P key. Pressing the button again or pressing P again will send the same TogglePause action to resume the game.

I also added Speed Up and Slow Down buttons to control the simulation speed.