amethyst / evoli

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

Show debug info by toggling the 'D' key #49

Closed marotili closed 5 years ago

marotili commented 5 years ago

Debug info should not be displayed by default. The key 'D' should toggle displaying of the debug info. The debug info should be hidden by disabling the debug systems. One approach to achieve that would be to move them to a separate dispatcher.

marotili commented 5 years ago

Implemented in #65