From 6ba20c61a04c688120161f6c5fbb56102f8082ef Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Sun, 7 Apr 2024 23:25:09 +0300 Subject: exploding sprites and groups as their own. more refactoring. --- src/sliceitoff/game/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sliceitoff/game/__init__.py') diff --git a/src/sliceitoff/game/__init__.py b/src/sliceitoff/game/__init__.py index 7785623..221acd3 100644 --- a/src/sliceitoff/game/__init__.py +++ b/src/sliceitoff/game/__init__.py @@ -1,2 +1,3 @@ """ game - All the game logic and user inputs """ from .game import Game +from .explodeout import ExplodeOutGroup -- cgit v1.2.3