Added bye text on exit.

This commit is contained in:
The Wobbler 2024-01-02 14:24:10 +01:00
parent 1878c6dd20
commit 042e5fa546

View file

@ -385,3 +385,5 @@ pygame.quit()
if SAVE_SETTINGS_ON_EXIT: if SAVE_SETTINGS_ON_EXIT:
settings.save() settings.save()
print("Bye!")