Added bye text on exit.
This commit is contained in:
parent
1878c6dd20
commit
042e5fa546
1 changed files with 2 additions and 0 deletions
|
@ -385,3 +385,5 @@ pygame.quit()
|
||||||
|
|
||||||
if SAVE_SETTINGS_ON_EXIT:
|
if SAVE_SETTINGS_ON_EXIT:
|
||||||
settings.save()
|
settings.save()
|
||||||
|
|
||||||
|
print("Bye!")
|
||||||
|
|
Loading…
Reference in a new issue