Grimmys / rpg_tactical_fantasy_game

A tactical turn-based game project in pygame, open to support
GNU General Public License v3.0
394 stars 85 forks source link

Left click outside of a menu to leave it if possible #31

Closed Grimmys closed 11 months ago

Grimmys commented 3 years ago

Currently, the only way to exit a menu is to do a right click. As pointed out by #24, it should be possible to do a left click outside of a menu to leave it if it's not a "blocking" menu.

Escape could also be a shortcut to leave a menu.

SavainB commented 1 year ago

can i work on this ?

Grimmys commented 1 year ago

Same answer as in the other issue, yes. 👍

Grimmys commented 11 months ago

Implemented by #66