From 09421c4bda82b3a93f209820abebee2ccb8b6572 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 8 Sep 2025 11:14:42 -0400 Subject: [PATCH] Updated donation link. --- menu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu.py b/menu.py index e6d5c58..44fed4f 100644 --- a/menu.py +++ b/menu.py @@ -530,9 +530,9 @@ def credits(): def donate(): """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¤cy_code=USD') messagebox("The donation page has been opened in your browser.") def exit_game(fade=0):