Closed
Description
What problem does this solve or what need does it fill?
It is painful to view samples. There are few things which could be done to improve that. The simplest thing to do is adding escape handlers.
What solution would you like?
All samples reacting on escape.
.add_system( bevy::input::system::exit_on_esc_system )
What alternative(s) have you considered?
Online catalog of all samples.