Compare commits

...

1 Commits

Author SHA1 Message Date
Storm Dragon
09421c4bda Updated donation link. 2025-09-08 11:14:42 -04:00

View File

@@ -530,9 +530,9 @@ def credits():
def donate(): def donate():
"""Open the donation webpage. """Open the donation webpage.
Opens the Ko-fi donation page. Opens the donation page.
""" """
webbrowser.open('https://ko-fi.com/stormux') webbrowser.open('https://www.paypal.com/donate/?business=stormdragon2976@gmail.com&no_recurring=0&currency_code=USD')
messagebox("The donation page has been opened in your browser.") messagebox("The donation page has been opened in your browser.")
def exit_game(fade=0): def exit_game(fade=0):