diff --git a/screenshots/2026-09-16-12-44.png b/screenshots/2026-09-16-12-44.png new file mode 100644 index 0000000..260c1e0 Binary files /dev/null and b/screenshots/2026-09-16-12-44.png differ diff --git a/src/main.py b/src/main.py index 06a7cb4..9d96aa6 100644 --- a/src/main.py +++ b/src/main.py @@ -13,7 +13,7 @@ class Game(arcade.Window): super().__init__( SCREEN_WIDTH, SCREEN_HEIGHT, - "Rick Roll To The Moon", + "Defeat the Party", resizable=True, )