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 buttons for pause, play, speed up #29

Closed marotili closed 5 years ago

marotili commented 5 years ago

Users should be able to click on a UI button to pause/play or speed up the game. If the button is pressed, the button is displayed in a downstate.

See mockup.

It is not necessary to wait for #27 and #28 to be implemented before starting this. Just log something to the console.

erlend-sh commented 5 years ago

It is not necessary to wait for #27 and #28 to be implemented before starting this. Just log something to the console.

Turns out both of those did already get implemented in #33 , so any UI for it can be made functional from the start.

marotili commented 5 years ago

Implemented in #38