This commit is contained in:
2025-08-21 18:22:39 +02:00
parent cbb60a19d9
commit 79369a1dd8
12 changed files with 481 additions and 281 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import json
from engine import maze, sdl2 as engine, controls, graphics, unit_manager, scoring
from units import points
from user_profile_integration import UserProfileIntegration, get_global_leaderboard
from engine.user_profile_integration import UserProfileIntegration, get_global_leaderboard
class MiceMaze(