global crimes

This commit is contained in:
Sundog Jones 2020-08-02 12:28:29 -07:00
parent f454d88877
commit a5ed241e77
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ def SW():
def NW():
# open menu
global show_menu
print("toggling menu")
if show_menu is True:
show_menu = False