From f808e794b815b00c4da9698a14ce7395a92d79c8 Mon Sep 17 00:00:00 2001 From: findik2 Date: Thu, 11 Jun 2026 11:02:28 +0800 Subject: [PATCH] test --- entities/Mario.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entities/Mario.py b/entities/Mario.py index 8321284c..055c8e72 100644 --- a/entities/Mario.py +++ b/entities/Mario.py @@ -33,7 +33,7 @@ spriteCollection["mario_big_jump"].image, ) - +#hey there? class Mario(EntityBase): def __init__(self, x, y, level, screen, dashboard, sound, gravity=0.8): super(Mario, self).__init__(x, y, gravity)